Html Css Color HEX #005C88 Dark Cerulean

📋 copy color: '#005C88'

red 0 ◦ green 92 ◦ blue 136

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

Shades of Dark Cerulean #005C88

Tints of Dark Cerulean #005C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 59.65%

R = 0%
G = 40.35%
B = 59.65%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#005C88 (or 0x005C88) is known color: Dark Cerulean. HEX triplet: 00, 5C and 88. RGB value is (0,92,136). Sum of RGB (Red+Green+Blue) = 0+92+136=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #005C88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C88 is #FFA377. Grayscale: #454545. Windows color (decimal): -16753528 or 8936448. OLE color: 8936448.

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

Color convert

RGB 0 92 136 -
CMYK 1 0.32 0 0.47
HSL 199.41º 1% 0.27% -
HSV(B) 199.41º 1% 0.53% -
XYZ 8.27 9.43 24.68 -
YUV 69.51 165.52 78.42 -
System Red Green Blue C M Y K H S L
Decimal 0 92 136 1 0.32 0 0.47 199.41 1 0.27
Hex 0 5C 88 64 20 0 2F C7 64 1B
Octal 0 134 210 144 40 0 57 307 144 33
Binary 0 1011100 10001000 1100100 100000 0 101111 11000111 1100100 11011

Color Harmonies of #005C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005C88

Black with #005C88

Text Example


Text Example

White with #005C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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