Html Css Color HEX #004691 Dark Cerulean

📋 copy color: '#004691'

red 0 ◦ green 70 ◦ blue 145

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

Shades of Dark Cerulean #004691

Tints of Dark Cerulean #004691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.56%

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

R = 0%
G = 32.56%
B = 67.44%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#004691 (or 0x004691) is known color: Dark Cerulean. HEX triplet: 00, 46 and 91. RGB value is (0,70,145). Sum of RGB (Red+Green+Blue) = 0+70+145=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #004691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004691 is #FFB96E. Grayscale: #393939. Windows color (decimal): -16759151 or 9520640. OLE color: 9520640.

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

Color convert

RGB 0 70 145 -
CMYK 1 0.52 0 0.43
HSL 211.03º 1% 0.28% -
HSV(B) 211.03º 1% 0.57% -
XYZ 7.3 6.42 27.64 -
YUV 57.62 177.31 86.9 -
System Red Green Blue C M Y K H S L
Decimal 0 70 145 1 0.52 0 0.43 211.03 1 0.28
Hex 0 46 91 64 34 0 2B D3 64 1C
Octal 0 106 221 144 64 0 53 323 144 34
Binary 0 1000110 10010001 1100100 110100 0 101011 11010011 1100100 11100

Color Harmonies of #004691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004691

Black with #004691

Text Example


Text Example

White with #004691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004691; }

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

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

background-color css

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

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

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

border-color css

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

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

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