Html Css Color HEX #045690 Dark Cerulean

📋 copy color: '#045690'

red 4 ◦ green 86 ◦ blue 144

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

Shades of Dark Cerulean #045690

Tints of Dark Cerulean #045690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.75%

 BLUE value IS 144 (56.64% from 255) = 61.54%

R = 1.71%
G = 36.75%
B = 61.54%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#045690 (or 0x045690) is known color: Dark Cerulean. HEX triplet: 04, 56 and 90. RGB value is (4,86,144). Sum of RGB (Red+Green+Blue) = 4+86+144=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #045690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045690 is #FBA96F. Grayscale: #434343. Windows color (decimal): -16492912 or 9459204. OLE color: 9459204.

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

Color convert

RGB 4 86 144 -
CMYK 0.97 0.40 0 0.44
HSL 204.86º 0.95% 0.29% -
HSV(B) 204.86º 0.97% 0.56% -
XYZ 8.41 8.7 27.62 -
YUV 68.09 170.83 82.28 -
System Red Green Blue C M Y K H S L
Decimal 4 86 144 0.97 0.40 0 0.44 204.86 0.95 0.29
Hex 4 56 90 61 28 0 2C CD 5F 1D
Octal 4 126 220 141 50 0 54 315 137 35
Binary 100 1010110 10010000 1100001 101000 0 101100 11001101 1011111 11101

Color Harmonies of #045690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045690

Black with #045690

Text Example


Text Example

White with #045690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045690; }

 p { color: rgb(4,86,144); }

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

background-color css

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

 a { background-color: rgb(4,86,144); }

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

border-color css

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

 span { border-color: rgb(4,86,144); }

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