Html Css Color HEX #045BA1 Cobalt

📋 copy color: '#045BA1'

red 4 ◦ green 91 ◦ blue 161

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

Shades of Cobalt #045BA1

Tints of Cobalt #045BA1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.55%

 BLUE value IS 161 (63.28% from 255) = 62.89%

R = 1.56%
G = 35.55%
B = 62.89%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#045BA1 (or 0x045BA1) is known color: Cobalt. HEX triplet: 04, 5B and A1. RGB value is (4,91,161). Sum of RGB (Red+Green+Blue) = 4+91+161=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 161 (63.28% from 255 or 62.89% from 256); Max value from RGB is 161 - color contains mainly: blue. Hex color #045BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045BA1 is #FBA45E. Grayscale: #484848. Windows color (decimal): -16491615 or 10574596. OLE color: 10574596.

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

Color convert

RGB 4 91 161 -
CMYK 0.98 0.43 0 0.37
HSL 206.75º 0.95% 0.32% -
HSV(B) 206.75º 0.98% 0.63% -
XYZ 10.22 10.08 35.13 -
YUV 72.97 177.68 78.81 -
System Red Green Blue C M Y K H S L
Decimal 4 91 161 0.98 0.43 0 0.37 206.75 0.95 0.32
Hex 4 5B A1 62 2B 0 25 CF 5F 20
Octal 4 133 241 142 53 0 45 317 137 40
Binary 100 1011011 10100001 1100010 101011 0 100101 11001111 1011111 100000

Color Harmonies of #045BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045BA1

Black with #045BA1

Text Example


Text Example

White with #045BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,91,161); }

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

background-color css

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

 a { background-color: rgb(4,91,161); }

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

border-color css

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

 span { border-color: rgb(4,91,161); }

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