Html Css Color HEX #05439F Cobalt

📋 copy color: '#05439F'

red 5 ◦ green 67 ◦ blue 159

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

Shades of Cobalt #05439F

Tints of Cobalt #05439F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29%

 BLUE value IS 159 (62.5% from 255) = 68.83%

R = 2.16%
G = 29%
B = 68.83%

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

#05439F (or 0x05439F) is known color: Cobalt. HEX triplet: 05, 43 and 9F. RGB value is (5,67,159). Sum of RGB (Red+Green+Blue) = 5+67+159=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #05439F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05439F is #FABC60. Grayscale: #3A3A3A. Windows color (decimal): -16432225 or 10437381. OLE color: 10437381.

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

Color convert

RGB 5 67 159 -
CMYK 0.97 0.58 0 0.38
HSL 215.84º 0.94% 0.32% -
HSV(B) 215.84º 0.97% 0.62% -
XYZ 8.33 6.55 33.63 -
YUV 58.95 184.46 89.52 -
System Red Green Blue C M Y K H S L
Decimal 5 67 159 0.97 0.58 0 0.38 215.84 0.94 0.32
Hex 5 43 9F 61 3A 0 26 D8 5E 20
Octal 5 103 237 141 72 0 46 330 136 40
Binary 101 1000011 10011111 1100001 111010 0 100110 11011000 1011110 100000

Color Harmonies of #05439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05439F

Black with #05439F

Text Example


Text Example

White with #05439F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05439F; }

 p { color: rgb(5,67,159); }

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

background-color css

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

 a { background-color: rgb(5,67,159); }

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

border-color css

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

 span { border-color: rgb(5,67,159); }

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