Html Css Color HEX #045192 Dark Cerulean

📋 copy color: '#045192'

red 4 ◦ green 81 ◦ blue 146

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

Shades of Dark Cerulean #045192

Tints of Dark Cerulean #045192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 1.73%
G = 35.06%
B = 63.2%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#045192 (or 0x045192) is known color: Dark Cerulean. HEX triplet: 04, 51 and 92. RGB value is (4,81,146). Sum of RGB (Red+Green+Blue) = 4+81+146=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #045192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045192 is #FBAE6D. Grayscale: #414141. Windows color (decimal): -16494190 or 9588996. OLE color: 9588996.

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

Color convert

RGB 4 81 146 -
CMYK 0.97 0.45 0 0.43
HSL 207.46º 0.95% 0.29% -
HSV(B) 207.46º 0.97% 0.57% -
XYZ 8.18 7.99 28.3 -
YUV 65.39 173.49 84.21 -
System Red Green Blue C M Y K H S L
Decimal 4 81 146 0.97 0.45 0 0.43 207.46 0.95 0.29
Hex 4 51 92 61 2D 0 2B CF 5F 1D
Octal 4 121 222 141 55 0 53 317 137 35
Binary 100 1010001 10010010 1100001 101101 0 101011 11001111 1011111 11101

Color Harmonies of #045192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045192

Black with #045192

Text Example


Text Example

White with #045192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045192; }

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

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

background-color css

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

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

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

border-color css

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

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

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