Html Css Color HEX #005091 Dark Cerulean

📋 copy color: '#005091'

red 0 ◦ green 80 ◦ blue 145

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

Shades of Dark Cerulean #005091

Tints of Dark Cerulean #005091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.56%

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

R = 0%
G = 35.56%
B = 64.44%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#005091 (or 0x005091) is known color: Dark Cerulean. HEX triplet: 00, 50 and 91. RGB value is (0,80,145). Sum of RGB (Red+Green+Blue) = 0+80+145=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #005091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005091 is #FFAF6E. Grayscale: #3F3F3F. Windows color (decimal): -16756591 or 9523200. OLE color: 9523200.

HSL color Cylindrical-coordinate representation of color #005091: hue angle of 206.9º 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 #005091 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 80 145 -
CMYK 1 0.45 0 0.43
HSL 206.9º 1% 0.28% -
HSV(B) 206.9º 1% 0.57% -
XYZ 7.98 7.78 27.87 -
YUV 63.49 174 82.71 -
System Red Green Blue C M Y K H S L
Decimal 0 80 145 1 0.45 0 0.43 206.9 1 0.28
Hex 0 50 91 64 2D 0 2B CF 64 1C
Octal 0 120 221 144 55 0 53 317 144 34
Binary 0 1010000 10010001 1100100 101101 0 101011 11001111 1100100 11100

Color Harmonies of #005091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005091

Black with #005091

Text Example


Text Example

White with #005091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005091; }

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

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

background-color css

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

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

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

border-color css

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

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

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