Html Css Color HEX #045A9F Cobalt

📋 copy color: '#045A9F'

red 4 ◦ green 90 ◦ blue 159

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

Shades of Cobalt #045A9F

Tints of Cobalt #045A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.85%

R = 1.58%
G = 35.57%
B = 62.85%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#045A9F (or 0x045A9F) is known color: Cobalt. HEX triplet: 04, 5A and 9F. RGB value is (4,90,159). Sum of RGB (Red+Green+Blue) = 4+90+159=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #045A9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045A9F is #FBA560. Grayscale: #474747. Windows color (decimal): -16491873 or 10443268. OLE color: 10443268.

HSL color Cylindrical-coordinate representation of color #045A9F: hue angle of 206.71º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045A9F is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 90 159 -
CMYK 0.97 0.43 0 0.38
HSL 206.71º 0.95% 0.32% -
HSV(B) 206.71º 0.97% 0.62% -
XYZ 9.96 9.84 34.18 -
YUV 72.15 177.01 79.39 -
System Red Green Blue C M Y K H S L
Decimal 4 90 159 0.97 0.43 0 0.38 206.71 0.95 0.32
Hex 4 5A 9F 61 2B 0 26 CF 5F 20
Octal 4 132 237 141 53 0 46 317 137 40
Binary 100 1011010 10011111 1100001 101011 0 100110 11001111 1011111 100000

Color Harmonies of #045A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045A9F

Black with #045A9F

Text Example


Text Example

White with #045A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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