Html Css Color HEX #03549F Cobalt

📋 copy color: '#03549F'

red 3 ◦ green 84 ◦ blue 159

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

Shades of Cobalt #03549F

Tints of Cobalt #03549F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.15%

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

R = 1.22%
G = 34.15%
B = 64.63%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03549F (or 0x03549F) is known color: Cobalt. HEX triplet: 03, 54 and 9F. RGB value is (3,84,159). Sum of RGB (Red+Green+Blue) = 3+84+159=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #03549F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03549F is #FCAB60. Grayscale: #434343. Windows color (decimal): -16558945 or 10441731. OLE color: 10441731.

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

Color convert

RGB 3 84 159 -
CMYK 0.98 0.47 0 0.38
HSL 208.85º 0.96% 0.32% -
HSV(B) 208.85º 0.98% 0.62% -
XYZ 9.47 8.86 34.01 -
YUV 68.33 179.16 81.4 -
System Red Green Blue C M Y K H S L
Decimal 3 84 159 0.98 0.47 0 0.38 208.85 0.96 0.32
Hex 3 54 9F 62 2F 0 26 D1 60 20
Octal 3 124 237 142 57 0 46 321 140 40
Binary 11 1010100 10011111 1100010 101111 0 100110 11010001 1100000 100000

Color Harmonies of #03549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03549F

Black with #03549F

Text Example


Text Example

White with #03549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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