Html Css Color HEX #05429E Cobalt

📋 copy color: '#05429E'

red 5 ◦ green 66 ◦ blue 158

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

Shades of Cobalt #05429E

Tints of Cobalt #05429E

RGB

 RED value IS 5 (2.34% from 255) = 2.18%

 GREEN value IS 66 (26.17% from 255) = 28.82%

 BLUE value IS 158 (62.11% from 255) = 69%

R = 2.18%
G = 28.82%
B = 69%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05429E (or 0x05429E) is known color: Cobalt. HEX triplet: 05, 42 and 9E. RGB value is (5,66,158). Sum of RGB (Red+Green+Blue) = 5+66+158=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #05429E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05429E is #FABD61. Grayscale: #393939. Windows color (decimal): -16432482 or 10371589. OLE color: 10371589.

HSL color Cylindrical-coordinate representation of color #05429E: hue angle of 216.08º degrees, saturation: 0.94, 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 #05429E is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 66 158 -
CMYK 0.97 0.58 0 0.38
HSL 216.08º 0.94% 0.32% -
HSV(B) 216.08º 0.97% 0.62% -
XYZ 8.18 6.4 33.15 -
YUV 58.25 184.29 90.02 -
System Red Green Blue C M Y K H S L
Decimal 5 66 158 0.97 0.58 0 0.38 216.08 0.94 0.32
Hex 5 42 9E 61 3A 0 26 D8 5E 20
Octal 5 102 236 141 72 0 46 330 136 40
Binary 101 1000010 10011110 1100001 111010 0 100110 11011000 1011110 100000

Color Harmonies of #05429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05429E

Black with #05429E

Text Example


Text Example

White with #05429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05429E; }

 p { color: rgb(5,66,158); }

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

background-color css

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

 a { background-color: rgb(5,66,158); }

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

border-color css

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

 span { border-color: rgb(5,66,158); }

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