Html Css Color HEX #05469E Cobalt

📋 copy color: '#05469E'

red 5 ◦ green 70 ◦ blue 158

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

Shades of Cobalt #05469E

Tints of Cobalt #05469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

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

R = 2.15%
G = 30.04%
B = 67.81%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05469E (or 0x05469E) is known color: Cobalt. HEX triplet: 05, 46 and 9E. RGB value is (5,70,158). Sum of RGB (Red+Green+Blue) = 5+70+158=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #05469E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05469E is #FAB961. Grayscale: #3C3C3C. Windows color (decimal): -16431458 or 10372613. OLE color: 10372613.

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

Color convert

RGB 5 70 158 -
CMYK 0.97 0.56 0 0.38
HSL 214.51º 0.94% 0.32% -
HSV(B) 214.51º 0.97% 0.62% -
XYZ 8.42 6.88 33.23 -
YUV 60.6 182.97 88.34 -
System Red Green Blue C M Y K H S L
Decimal 5 70 158 0.97 0.56 0 0.38 214.51 0.94 0.32
Hex 5 46 9E 61 38 0 26 D7 5E 20
Octal 5 106 236 141 70 0 46 327 136 40
Binary 101 1000110 10011110 1100001 111000 0 100110 11010111 1011110 100000

Color Harmonies of #05469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05469E

Black with #05469E

Text Example


Text Example

White with #05469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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