#03509B

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

Shades of Cobalt #03509B

Tints of Cobalt #03509B

Color information

#03509B (or 0x03509B) is unknown color: approx Cobalt. HEX triplet: 03, 50 and 9B. RGB value is (3,80,155). Sum of RGB (Red+Green+Blue) = 3+80+155=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #03509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03509B is #FCAF64. Grayscale: #414141. Windows color (decimal): -16559973 or 10178563. OLE color: 10178563.

HSL color Cylindrical-coordinate representation of color #03509B: hue angle of 209.61º 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 #03509B is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB380155-
CMYK0.980.4800.39
HSL209.61º96.2%30.98%-
HSV(B)209.61º98.06%60.78%-
XYZ8.828.1232.11-
YUV65.53178.4983.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.26%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 155 (60.94% from 255) = 65.13%
R=1.26%
G=33.61%
B=65.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3801550.980.4800.39209.6196.230.98
Hex3509B6230027d2601f
Octal31202331426004732214037
Binary111010000100110111100010110000010011111010010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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