Html Css Color HEX #045BA6 Cobalt

📋 copy color: '#045BA6'

red 4 ◦ green 91 ◦ blue 166

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

Shades of Cobalt #045BA6

Tints of Cobalt #045BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 63.6%

R = 1.53%
G = 34.87%
B = 63.6%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#045BA6 (or 0x045BA6) is known color: Cobalt. HEX triplet: 04, 5B and A6. RGB value is (4,91,166). Sum of RGB (Red+Green+Blue) = 4+91+166=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 166 (65.23% from 255 or 63.60% from 261); Max value from RGB is 166 - color contains mainly: blue. Hex color #045BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045BA6 is #FBA459. Grayscale: #494949. Windows color (decimal): -16491610 or 10902276. OLE color: 10902276.

HSL color Cylindrical-coordinate representation of color #045BA6: hue angle of 207.78º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045BA6 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 4 91 166 -
CMYK 0.98 0.45 0 0.35
HSL 207.78º 0.95% 0.33% -
HSV(B) 207.78º 0.98% 0.65% -
XYZ 10.67 10.26 37.49 -
YUV 73.54 180.18 78.4 -
System Red Green Blue C M Y K H S L
Decimal 4 91 166 0.98 0.45 0 0.35 207.78 0.95 0.33
Hex 4 5B A6 62 2D 0 23 D0 5F 21
Octal 4 133 246 142 55 0 43 320 137 41
Binary 100 1011011 10100110 1100010 101101 0 100011 11010000 1011111 100001

Color Harmonies of #045BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045BA6

Black with #045BA6

Text Example


Text Example

White with #045BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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