Html Css Color HEX #03519C Cobalt

📋 copy color: '#03519C'

red 3 ◦ green 81 ◦ blue 156

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

Shades of Cobalt #03519C

Tints of Cobalt #03519C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.75%

 BLUE value IS 156 (61.33% from 255) = 65%

R = 1.25%
G = 33.75%
B = 65%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03519C (or 0x03519C) is known color: Cobalt. HEX triplet: 03, 51 and 9C. RGB value is (3,81,156). Sum of RGB (Red+Green+Blue) = 3+81+156=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #03519C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03519C is #FCAE63. Grayscale: #414141. Windows color (decimal): -16559716 or 10244355. OLE color: 10244355.

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

Color convert

RGB 3 81 156 -
CMYK 0.98 0.48 0 0.39
HSL 209.41º 0.96% 0.31% -
HSV(B) 209.41º 0.98% 0.61% -
XYZ 8.98 8.3 32.58 -
YUV 66.23 178.66 82.9 -
System Red Green Blue C M Y K H S L
Decimal 3 81 156 0.98 0.48 0 0.39 209.41 0.96 0.31
Hex 3 51 9C 62 30 0 27 D1 60 1F
Octal 3 121 234 142 60 0 47 321 140 37
Binary 11 1010001 10011100 1100010 110000 0 100111 11010001 1100000 11111

Color Harmonies of #03519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03519C

Black with #03519C

Text Example


Text Example

White with #03519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03519C;
 }
 .AnyTagClassName
 {
   color: #03519C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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