Html Css Color HEX #05598D Dark Cerulean

📋 copy color: '#05598D'

red 5 ◦ green 89 ◦ blue 141

#05598D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #05598D

Tints of Dark Cerulean #05598D

RGB

 RED value IS 5 (2.34% from 255) = 2.13%

 GREEN value IS 89 (35.16% from 255) = 37.87%

 BLUE value IS 141 (55.47% from 255) = 60%

R = 2.13%
G = 37.87%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#05598D (or 0x05598D) is known color: Dark Cerulean. HEX triplet: 05, 59 and 8D. RGB value is (5,89,141). Sum of RGB (Red+Green+Blue) = 5+89+141=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #05598D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05598D is #FAA672. Grayscale: #454545. Windows color (decimal): -16426611 or 9263365. OLE color: 9263365.

HSL color Cylindrical-coordinate representation of color #05598D: hue angle of 202.94º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05598D is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 89 141 -
CMYK 0.96 0.37 0 0.45
HSL 202.94º 0.93% 0.29% -
HSV(B) 202.94º 0.96% 0.55% -
XYZ 8.44 9.1 26.51 -
YUV 69.81 168.17 81.77 -
System Red Green Blue C M Y K H S L
Decimal 5 89 141 0.96 0.37 0 0.45 202.94 0.93 0.29
Hex 5 59 8D 60 25 0 2D CB 5D 1D
Octal 5 131 215 140 45 0 55 313 135 35
Binary 101 1011001 10001101 1100000 100101 0 101101 11001011 1011101 11101

Color Harmonies of #05598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05598D

Black with #05598D

Text Example


Text Example

White with #05598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05598D; }

 p { color: rgb(5,89,141); }

 H1.HeaderClassName
 {
   color: #05598D;
 }
 .AnyTagClassName
 {
   color: #05598D;
 }
</style>

background-color css

<style>
 a { background-color: #05598D; }

 a { background-color: rgb(5,89,141); }

 div.DivClassName
 {
   background-color: #05598D;
 }
 .BgClassName
 {
   background-color: #05598D;
 }
</style>

border-color css

<style>
 span { border-color: #05598D; }

 span { border-color: rgb(5,89,141); }

 td.TdClassName
 {
   border-color: #05598D;
 }
 .TagClassName
 {
   border-color: #05598D;
 }
</style>