Html Css Color HEX #06558B Dark Cerulean

📋 copy color: '#06558B'

red 6 ◦ green 85 ◦ blue 139

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

Shades of Dark Cerulean #06558B

Tints of Dark Cerulean #06558B

RGB

 RED value IS 6 (2.73% from 255) = 2.61%

 GREEN value IS 85 (33.59% from 255) = 36.96%

 BLUE value IS 139 (54.69% from 255) = 60.43%

R = 2.61%
G = 36.96%
B = 60.43%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06558B (or 0x06558B) is known color: Dark Cerulean. HEX triplet: 06, 55 and 8B. RGB value is (6,85,139). Sum of RGB (Red+Green+Blue) = 6+85+139=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #06558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06558B is #F9AA74. Grayscale: #434343. Windows color (decimal): -16362101 or 9131270. OLE color: 9131270.

HSL color Cylindrical-coordinate representation of color #06558B: hue angle of 204.36º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06558B is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 85 139 -
CMYK 0.96 0.39 0 0.45
HSL 204.36º 0.92% 0.28% -
HSV(B) 204.36º 0.96% 0.55% -
XYZ 7.98 8.4 25.63 -
YUV 67.54 168.33 84.11 -
System Red Green Blue C M Y K H S L
Decimal 6 85 139 0.96 0.39 0 0.45 204.36 0.92 0.28
Hex 6 55 8B 60 27 0 2D CC 5C 1C
Octal 6 125 213 140 47 0 55 314 134 34
Binary 110 1010101 10001011 1100000 100111 0 101101 11001100 1011100 11100

Color Harmonies of #06558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06558B

Black with #06558B

Text Example


Text Example

White with #06558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06558B; }

 p { color: rgb(6,85,139); }

 H1.HeaderClassName
 {
   color: #06558B;
 }
 .AnyTagClassName
 {
   color: #06558B;
 }
</style>

background-color css

<style>
 a { background-color: #06558B; }

 a { background-color: rgb(6,85,139); }

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

border-color css

<style>
 span { border-color: #06558B; }

 span { border-color: rgb(6,85,139); }

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