Html Css Color HEX #045191 Dark Cerulean

📋 copy color: '#045191'

red 4 ◦ green 81 ◦ blue 145

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

Shades of Dark Cerulean #045191

Tints of Dark Cerulean #045191

RGB

 RED value IS 4 (1.95% from 255) = 1.74%

 GREEN value IS 81 (32.03% from 255) = 35.22%

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

R = 1.74%
G = 35.22%
B = 63.04%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#045191 (or 0x045191) is known color: Dark Cerulean. HEX triplet: 04, 51 and 91. RGB value is (4,81,145). Sum of RGB (Red+Green+Blue) = 4+81+145=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #045191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045191 is #FBAE6E. Grayscale: #404040. Windows color (decimal): -16494191 or 9523460. OLE color: 9523460.

HSL color Cylindrical-coordinate representation of color #045191: hue angle of 207.23º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045191 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 81 145 -
CMYK 0.97 0.44 0 0.43
HSL 207.23º 0.95% 0.29% -
HSV(B) 207.23º 0.97% 0.57% -
XYZ 8.1 7.96 27.9 -
YUV 65.27 172.99 84.3 -
System Red Green Blue C M Y K H S L
Decimal 4 81 145 0.97 0.44 0 0.43 207.23 0.95 0.29
Hex 4 51 91 61 2C 0 2B CF 5F 1D
Octal 4 121 221 141 54 0 53 317 137 35
Binary 100 1010001 10010001 1100001 101100 0 101011 11001111 1011111 11101

Color Harmonies of #045191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045191

Black with #045191

Text Example


Text Example

White with #045191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045191; }

 p { color: rgb(4,81,145); }

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

background-color css

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

 a { background-color: rgb(4,81,145); }

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

border-color css

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

 span { border-color: rgb(4,81,145); }

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