Html Css Color HEX #035999 Cobalt

📋 copy color: '#035999'

red 3 ◦ green 89 ◦ blue 153

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

Shades of Cobalt #035999

Tints of Cobalt #035999

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.33%

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

R = 1.22%
G = 36.33%
B = 62.45%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#035999 (or 0x035999) is known color: Cobalt. HEX triplet: 03, 59 and 99. RGB value is (3,89,153). Sum of RGB (Red+Green+Blue) = 3+89+153=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #035999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035999 is #FCA666. Grayscale: #464646. Windows color (decimal): -16557671 or 10049795. OLE color: 10049795.

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

Color convert

RGB 3 89 153 -
CMYK 0.98 0.42 0 0.4
HSL 205.6º 0.96% 0.31% -
HSV(B) 205.6º 0.98% 0.6% -
XYZ 9.36 9.46 31.47 -
YUV 70.58 174.51 79.8 -
System Red Green Blue C M Y K H S L
Decimal 3 89 153 0.98 0.42 0 0.4 205.6 0.96 0.31
Hex 3 59 99 62 2A 0 28 CE 60 1F
Octal 3 131 231 142 52 0 50 316 140 37
Binary 11 1011001 10011001 1100010 101010 0 101000 11001110 1100000 11111

Color Harmonies of #035999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035999

Black with #035999

Text Example


Text Example

White with #035999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035999; }

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

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

background-color css

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

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

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

border-color css

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

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

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