Html Css Color HEX #035099 Cobalt

📋 copy color: '#035099'

red 3 ◦ green 80 ◦ blue 153

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

Shades of Cobalt #035099

Tints of Cobalt #035099

RGB

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

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

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

R = 1.27%
G = 33.9%
B = 64.83%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#035099 (or 0x035099) is known color: Cobalt. HEX triplet: 03, 50 and 99. RGB value is (3,80,153). Sum of RGB (Red+Green+Blue) = 3+80+153=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #035099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035099 is #FCAF66. Grayscale: #404040. Windows color (decimal): -16559975 or 10047491. OLE color: 10047491.

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

Color convert

RGB 3 80 153 -
CMYK 0.98 0.48 0 0.4
HSL 209.2º 0.96% 0.31% -
HSV(B) 209.2º 0.98% 0.6% -
XYZ 8.66 8.06 31.24 -
YUV 65.3 177.49 83.56 -
System Red Green Blue C M Y K H S L
Decimal 3 80 153 0.98 0.48 0 0.4 209.2 0.96 0.31
Hex 3 50 99 62 30 0 28 D1 60 1F
Octal 3 120 231 142 60 0 50 321 140 37
Binary 11 1010000 10011001 1100010 110000 0 101000 11010001 1100000 11111

Color Harmonies of #035099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035099

Black with #035099

Text Example


Text Example

White with #035099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035099; }

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

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

background-color css

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

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

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

border-color css

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

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

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