Html Css Color HEX #03509F Cobalt

📋 copy color: '#03509F'

red 3 ◦ green 80 ◦ blue 159

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

Shades of Cobalt #03509F

Tints of Cobalt #03509F

RGB

 RED value IS 3 (1.56% from 255) = 1.24%

 GREEN value IS 80 (31.64% from 255) = 33.06%

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

R = 1.24%
G = 33.06%
B = 65.7%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03509F (or 0x03509F) is known color: Cobalt. HEX triplet: 03, 50 and 9F. RGB value is (3,80,159). Sum of RGB (Red+Green+Blue) = 3+80+159=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #03509F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03509F is #FCAF60. Grayscale: #414141. Windows color (decimal): -16559969 or 10440707. OLE color: 10440707.

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

Color convert

RGB 3 80 159 -
CMYK 0.98 0.50 0 0.38
HSL 210.38º 0.96% 0.32% -
HSV(B) 210.38º 0.98% 0.62% -
XYZ 9.16 8.26 33.91 -
YUV 65.98 180.49 83.08 -
System Red Green Blue C M Y K H S L
Decimal 3 80 159 0.98 0.50 0 0.38 210.38 0.96 0.32
Hex 3 50 9F 62 32 0 26 D2 60 20
Octal 3 120 237 142 62 0 46 322 140 40
Binary 11 1010000 10011111 1100010 110010 0 100110 11010010 1100000 100000

Color Harmonies of #03509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03509F

Black with #03509F

Text Example


Text Example

White with #03509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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