Html Css Color HEX #005D91 Dark Cerulean

📋 copy color: '#005D91'

red 0 ◦ green 93 ◦ blue 145

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

Shades of Dark Cerulean #005D91

Tints of Dark Cerulean #005D91

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.08%

 BLUE value IS 145 (57.03% from 255) = 60.92%

R = 0%
G = 39.08%
B = 60.92%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#005D91 (or 0x005D91) is known color: Dark Cerulean. HEX triplet: 00, 5D and 91. RGB value is (0,93,145). Sum of RGB (Red+Green+Blue) = 0+93+145=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #005D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005D91 is #FFA26E. Grayscale: #464646. Windows color (decimal): -16753263 or 9526528. OLE color: 9526528.

HSL color Cylindrical-coordinate representation of color #005D91: hue angle of 201.52º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D91 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 93 145 -
CMYK 1 0.36 0 0.43
HSL 201.52º 1% 0.28% -
HSV(B) 201.52º 1% 0.57% -
XYZ 9.03 9.87 28.22 -
YUV 71.12 169.69 77.27 -
System Red Green Blue C M Y K H S L
Decimal 0 93 145 1 0.36 0 0.43 201.52 1 0.28
Hex 0 5D 91 64 24 0 2B CA 64 1C
Octal 0 135 221 144 44 0 53 312 144 34
Binary 0 1011101 10010001 1100100 100100 0 101011 11001010 1100100 11100

Color Harmonies of #005D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D91

Black with #005D91

Text Example


Text Example

White with #005D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,93,145); }

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

background-color css

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

 a { background-color: rgb(0,93,145); }

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

border-color css

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

 span { border-color: rgb(0,93,145); }

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