#05439B

Color #05439B Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #05439B

Tints of Cobalt #05439B

Color information

#05439B (or 0x05439B) is unknown color: approx Cobalt. HEX triplet: 05, 43 and 9B. RGB value is (5,67,155). Sum of RGB (Red+Green+Blue) = 5+67+155=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #05439B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05439B is #FABC64. Grayscale: #3A3A3A. Windows color (decimal): -16432229 or 10175237. OLE color: 10175237.

HSL color Cylindrical-coordinate representation of color #05439B: hue angle of 215.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05439B is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB567155-
CMYK0.970.5700.39
HSL215.2º93.75%31.37%-
HSV(B)215.2º96.77%60.78%-
XYZ7.996.4131.83-
YUV58.49182.4689.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.20%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 155 (60.94% from 255) = 68.28%
R=2.20%
G=29.52%
B=68.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5671550.970.5700.39215.293.7531.37
Hex5439B6139027d75e1f
Octal51032331417104732713637
Binary1011000011100110111100001111001010011111010111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05439B;
 }
 .AnyTagClassName
 {
   color: #05439B;
 }
</style>
background-color css

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

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

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

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

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

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