Html Css Color HEX #045A8B Dark Cerulean

📋 copy color: '#045A8B'

red 4 ◦ green 90 ◦ blue 139

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

Shades of Dark Cerulean #045A8B

Tints of Dark Cerulean #045A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 59.66%

R = 1.72%
G = 38.63%
B = 59.66%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#045A8B (or 0x045A8B) is known color: Dark Cerulean. HEX triplet: 04, 5A and 8B. RGB value is (4,90,139). Sum of RGB (Red+Green+Blue) = 4+90+139=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #045A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045A8B is #FBA574. Grayscale: #454545. Windows color (decimal): -16491893 or 9132548. OLE color: 9132548.

HSL color Cylindrical-coordinate representation of color #045A8B: hue angle of 201.78º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045A8B is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 90 139 -
CMYK 0.97 0.35 0 0.45
HSL 201.78º 0.94% 0.28% -
HSV(B) 201.78º 0.97% 0.55% -
XYZ 8.37 9.2 25.76 -
YUV 69.87 167.01 81.02 -
System Red Green Blue C M Y K H S L
Decimal 4 90 139 0.97 0.35 0 0.45 201.78 0.94 0.28
Hex 4 5A 8B 61 23 0 2D CA 5E 1C
Octal 4 132 213 141 43 0 55 312 136 34
Binary 100 1011010 10001011 1100001 100011 0 101101 11001010 1011110 11100

Color Harmonies of #045A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045A8B

Black with #045A8B

Text Example


Text Example

White with #045A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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