Html Css Color HEX #005C8C Dark Cerulean

📋 copy color: '#005C8C'

red 0 ◦ green 92 ◦ blue 140

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

Shades of Dark Cerulean #005C8C

Tints of Dark Cerulean #005C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 60.34%

R = 0%
G = 39.66%
B = 60.34%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#005C8C (or 0x005C8C) is known color: Dark Cerulean. HEX triplet: 00, 5C and 8C. RGB value is (0,92,140). Sum of RGB (Red+Green+Blue) = 0+92+140=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #005C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C8C is #FFA373. Grayscale: #454545. Windows color (decimal): -16753524 or 9198592. OLE color: 9198592.

HSL color Cylindrical-coordinate representation of color #005C8C: hue angle of 200.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C8C is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 92 140 -
CMYK 1 0.34 0 0.45
HSL 200.57º 1% 0.27% -
HSV(B) 200.57º 1% 0.55% -
XYZ 8.56 9.55 26.2 -
YUV 69.96 167.52 78.1 -
System Red Green Blue C M Y K H S L
Decimal 0 92 140 1 0.34 0 0.45 200.57 1 0.27
Hex 0 5C 8C 64 22 0 2D C9 64 1B
Octal 0 134 214 144 42 0 55 311 144 33
Binary 0 1011100 10001100 1100100 100010 0 101101 11001001 1100100 11011

Color Harmonies of #005C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005C8C

Black with #005C8C

Text Example


Text Example

White with #005C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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