Html Css Color HEX #00608F Dark Cerulean

📋 copy color: '#00608F'

red 0 ◦ green 96 ◦ blue 143

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

Shades of Dark Cerulean #00608F

Tints of Dark Cerulean #00608F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 96 (37.89% from 255) = 40.17%

 BLUE value IS 143 (56.25% from 255) = 59.83%

R = 0%
G = 40.17%
B = 59.83%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#00608F (or 0x00608F) is known color: Dark Cerulean. HEX triplet: 00, 60 and 8F. RGB value is (0,96,143). Sum of RGB (Red+Green+Blue) = 0+96+143=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #00608F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00608F is #FF9F70. Grayscale: #484848. Windows color (decimal): -16752497 or 9396224. OLE color: 9396224.

HSL color Cylindrical-coordinate representation of color #00608F: hue angle of 199.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00608F is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 96 143 -
CMYK 1 0.33 0 0.44
HSL 199.72º 1% 0.28% -
HSV(B) 199.72º 1% 0.56% -
XYZ 9.14 10.35 27.5 -
YUV 72.65 167.7 76.18 -
System Red Green Blue C M Y K H S L
Decimal 0 96 143 1 0.33 0 0.44 199.72 1 0.28
Hex 0 60 8F 64 21 0 2C C8 64 1C
Octal 0 140 217 144 41 0 54 310 144 34
Binary 0 1100000 10001111 1100100 100001 0 101100 11001000 1100100 11100

Color Harmonies of #00608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00608F

Black with #00608F

Text Example


Text Example

White with #00608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00608F; }

 p { color: rgb(0,96,143); }

 H1.HeaderClassName
 {
   color: #00608F;
 }
 .AnyTagClassName
 {
   color: #00608F;
 }
</style>

background-color css

<style>
 a { background-color: #00608F; }

 a { background-color: rgb(0,96,143); }

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

border-color css

<style>
 span { border-color: #00608F; }

 span { border-color: rgb(0,96,143); }

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