Html Css Color HEX #005C8E Dark Cerulean

📋 copy color: '#005C8E'

red 0 ◦ green 92 ◦ blue 142

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

Shades of Dark Cerulean #005C8E

Tints of Dark Cerulean #005C8E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.32%

 BLUE value IS 142 (55.86% from 255) = 60.68%

R = 0%
G = 39.32%
B = 60.68%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#005C8E (or 0x005C8E) is known color: Dark Cerulean. HEX triplet: 00, 5C and 8E. RGB value is (0,92,142). Sum of RGB (Red+Green+Blue) = 0+92+142=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #005C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C8E is #FFA371. Grayscale: #454545. Windows color (decimal): -16753522 or 9329664. OLE color: 9329664.

HSL color Cylindrical-coordinate representation of color #005C8E: hue angle of 201.13º 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 #005C8E is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 92 142 -
CMYK 1 0.35 0 0.44
HSL 201.13º 1% 0.28% -
HSV(B) 201.13º 1% 0.56% -
XYZ 8.71 9.61 26.99 -
YUV 70.19 168.52 77.93 -
System Red Green Blue C M Y K H S L
Decimal 0 92 142 1 0.35 0 0.44 201.13 1 0.28
Hex 0 5C 8E 64 23 0 2C C9 64 1C
Octal 0 134 216 144 43 0 54 311 144 34
Binary 0 1011100 10001110 1100100 100011 0 101100 11001001 1100100 11100

Color Harmonies of #005C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005C8E

Black with #005C8E

Text Example


Text Example

White with #005C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005C8E; }

 p { color: rgb(0,92,142); }

 H1.HeaderClassName
 {
   color: #005C8E;
 }
 .AnyTagClassName
 {
   color: #005C8E;
 }
</style>

background-color css

<style>
 a { background-color: #005C8E; }

 a { background-color: rgb(0,92,142); }

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

border-color css

<style>
 span { border-color: #005C8E; }

 span { border-color: rgb(0,92,142); }

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