Html Css Color HEX #045696 Cobalt

📋 copy color: '#045696'

red 4 ◦ green 86 ◦ blue 150

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

Shades of Cobalt #045696

Tints of Cobalt #045696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.83%

 BLUE value IS 150 (58.98% from 255) = 62.5%

R = 1.67%
G = 35.83%
B = 62.5%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#045696 (or 0x045696) is known color: Cobalt. HEX triplet: 04, 56 and 96. RGB value is (4,86,150). Sum of RGB (Red+Green+Blue) = 4+86+150=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #045696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045696 is #FBA969. Grayscale: #444444. Windows color (decimal): -16492906 or 9852420. OLE color: 9852420.

HSL color Cylindrical-coordinate representation of color #045696: hue angle of 206.3º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045696 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 86 150 -
CMYK 0.97 0.43 0 0.41
HSL 206.3º 0.95% 0.3% -
HSV(B) 206.3º 0.97% 0.59% -
XYZ 8.88 8.88 30.1 -
YUV 68.78 173.83 81.8 -
System Red Green Blue C M Y K H S L
Decimal 4 86 150 0.97 0.43 0 0.41 206.3 0.95 0.3
Hex 4 56 96 61 2B 0 29 CE 5F 1E
Octal 4 126 226 141 53 0 51 316 137 36
Binary 100 1010110 10010110 1100001 101011 0 101001 11001110 1011111 11110

Color Harmonies of #045696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045696

Black with #045696

Text Example


Text Example

White with #045696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045696; }

 p { color: rgb(4,86,150); }

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

background-color css

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

 a { background-color: rgb(4,86,150); }

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

border-color css

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

 span { border-color: rgb(4,86,150); }

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