Html Css Color HEX #035599 Cobalt

📋 copy color: '#035599'

red 3 ◦ green 85 ◦ blue 153

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

Shades of Cobalt #035599

Tints of Cobalt #035599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.27%

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

R = 1.24%
G = 35.27%
B = 63.49%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#035599 (or 0x035599) is known color: Cobalt. HEX triplet: 03, 55 and 99. RGB value is (3,85,153). Sum of RGB (Red+Green+Blue) = 3+85+153=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #035599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035599 is #FCAA66. Grayscale: #434343. Windows color (decimal): -16558695 or 10048771. OLE color: 10048771.

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

Color convert

RGB 3 85 153 -
CMYK 0.98 0.44 0 0.4
HSL 207.2º 0.96% 0.31% -
HSV(B) 207.2º 0.98% 0.6% -
XYZ 9.04 8.82 31.36 -
YUV 68.23 175.83 81.47 -
System Red Green Blue C M Y K H S L
Decimal 3 85 153 0.98 0.44 0 0.4 207.2 0.96 0.31
Hex 3 55 99 62 2C 0 28 CF 60 1F
Octal 3 125 231 142 54 0 50 317 140 37
Binary 11 1010101 10011001 1100010 101100 0 101000 11001111 1100000 11111

Color Harmonies of #035599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035599

Black with #035599

Text Example


Text Example

White with #035599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035599; }

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

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

background-color css

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

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

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

border-color css

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

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

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