#03519F

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

Shades of Cobalt #03519F

Tints of Cobalt #03519F

Color information

#03519F (or 0x03519F) is unknown color: approx Cobalt. HEX triplet: 03, 51 and 9F. RGB value is (3,81,159). Sum of RGB (Red+Green+Blue) = 3+81+159=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #03519F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03519F is #FCAE60. Grayscale: #424242. Windows color (decimal): -16559713 or 10440963. OLE color: 10440963.

HSL color Cylindrical-coordinate representation of color #03519F: hue angle of 210º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03519F is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB381159-
CMYK0.980.4900.38
HSL210º96.3%31.76%-
HSV(B)210º98.11%62.35%-
XYZ9.248.4133.94-
YUV66.57180.1682.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.23%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 159 (62.5% from 255) = 65.43%
R=1.23%
G=33.33%
B=65.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3811590.980.4900.3821096.331.76
Hex3519F6231026d26020
Octal31212371426104632214040
Binary1110100011001111111000101100010100110110100101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,81,159); }

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

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

 a { background-color: rgb(3,81,159); }

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

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

 span { border-color: rgb(3,81,159); }

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