Html Css Color HEX #035199 Cobalt

📋 copy color: '#035199'

red 3 ◦ green 81 ◦ blue 153

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

Shades of Cobalt #035199

Tints of Cobalt #035199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 64.56%

R = 1.27%
G = 34.18%
B = 64.56%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#035199 (or 0x035199) is known color: Cobalt. HEX triplet: 03, 51 and 99. RGB value is (3,81,153). Sum of RGB (Red+Green+Blue) = 3+81+153=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #035199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035199 is #FCAE66. Grayscale: #414141. Windows color (decimal): -16559719 or 10047747. OLE color: 10047747.

HSL color Cylindrical-coordinate representation of color #035199: hue angle of 208.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035199 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 81 153 -
CMYK 0.98 0.47 0 0.4
HSL 208.8º 0.96% 0.31% -
HSV(B) 208.8º 0.98% 0.6% -
XYZ 8.73 8.2 31.26 -
YUV 65.89 177.16 83.15 -
System Red Green Blue C M Y K H S L
Decimal 3 81 153 0.98 0.47 0 0.4 208.8 0.96 0.31
Hex 3 51 99 62 2F 0 28 D1 60 1F
Octal 3 121 231 142 57 0 50 321 140 37
Binary 11 1010001 10011001 1100010 101111 0 101000 11010001 1100000 11111

Color Harmonies of #035199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035199

Black with #035199

Text Example


Text Example

White with #035199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035199; }

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

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

background-color css

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

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

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

border-color css

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

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

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