#03459B

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

Shades of Cobalt #03459B

Tints of Cobalt #03459B

Color information

#03459B (or 0x03459B) is unknown color: approx Cobalt. HEX triplet: 03, 45 and 9B. RGB value is (3,69,155). Sum of RGB (Red+Green+Blue) = 3+69+155=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 69 (27.34% from 255 or 30.40% 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 #03459B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03459B is #FCBA64. Grayscale: #3A3A3A. Windows color (decimal): -16562789 or 10175747. OLE color: 10175747.

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

Color convert

RGB369155-
CMYK0.980.5500.39
HSL213.95º96.2%30.98%-
HSV(B)213.95º98.06%60.78%-
XYZ8.086.6431.87-
YUV59.07182.1388.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 155 (60.94% from 255) = 68.28%
R=1.32%
G=30.40%
B=68.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3691550.980.5500.39213.9596.230.98
Hex3459B6237027d6601f
Octal31052331426704732614037
Binary111000101100110111100010110111010011111010110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,69,155); }

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

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

 a { background-color: rgb(3,69,155); }

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

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

 span { border-color: rgb(3,69,155); }

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