Html Css Color HEX #045A83 Dark Cerulean

📋 copy color: '#045A83'

red 4 ◦ green 90 ◦ blue 131

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

Shades of Dark Cerulean #045A83

Tints of Dark Cerulean #045A83

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40%

 BLUE value IS 131 (51.56% from 255) = 58.22%

R = 1.78%
G = 40%
B = 58.22%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#045A83 (or 0x045A83) is known color: Dark Cerulean. HEX triplet: 04, 5A and 83. RGB value is (4,90,131). Sum of RGB (Red+Green+Blue) = 4+90+131=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #045A83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045A83 is #FBA57C. Grayscale: #444444. Windows color (decimal): -16491901 or 8608260. OLE color: 8608260.

HSL color Cylindrical-coordinate representation of color #045A83: hue angle of 199.37º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045A83 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 90 131 -
CMYK 0.97 0.31 0 0.49
HSL 199.37º 0.94% 0.26% -
HSV(B) 199.37º 0.97% 0.51% -
XYZ 7.8 8.98 22.79 -
YUV 68.96 163.01 81.67 -
System Red Green Blue C M Y K H S L
Decimal 4 90 131 0.97 0.31 0 0.49 199.37 0.94 0.26
Hex 4 5A 83 61 1F 0 31 C7 5E 1A
Octal 4 132 203 141 37 0 61 307 136 32
Binary 100 1011010 10000011 1100001 11111 0 110001 11000111 1011110 11010

Color Harmonies of #045A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045A83

Black with #045A83

Text Example


Text Example

White with #045A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045A83; }

 p { color: rgb(4,90,131); }

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

background-color css

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

 a { background-color: rgb(4,90,131); }

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

border-color css

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

 span { border-color: rgb(4,90,131); }

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