Html Css Color HEX #035BA6 Cobalt

📋 copy color: '#035BA6'

red 3 ◦ green 91 ◦ blue 166

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

Shades of Cobalt #035BA6

Tints of Cobalt #035BA6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35%

 BLUE value IS 166 (65.23% from 255) = 63.85%

R = 1.15%
G = 35%
B = 63.85%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#035BA6 (or 0x035BA6) is known color: Cobalt. HEX triplet: 03, 5B and A6. RGB value is (3,91,166). Sum of RGB (Red+Green+Blue) = 3+91+166=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 166 (65.23% from 255 or 63.85% from 260); Max value from RGB is 166 - color contains mainly: blue. Hex color #035BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035BA6 is #FCA459. Grayscale: #484848. Windows color (decimal): -16557146 or 10902275. OLE color: 10902275.

HSL color Cylindrical-coordinate representation of color #035BA6: hue angle of 207.61º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035BA6 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 3 91 166 -
CMYK 0.98 0.45 0 0.35
HSL 207.61º 0.96% 0.33% -
HSV(B) 207.61º 0.98% 0.65% -
XYZ 10.66 10.25 37.49 -
YUV 73.24 180.35 77.9 -
System Red Green Blue C M Y K H S L
Decimal 3 91 166 0.98 0.45 0 0.35 207.61 0.96 0.33
Hex 3 5B A6 62 2D 0 23 D0 60 21
Octal 3 133 246 142 55 0 43 320 140 41
Binary 11 1011011 10100110 1100010 101101 0 100011 11010000 1100000 100001

Color Harmonies of #035BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BA6

Black with #035BA6

Text Example


Text Example

White with #035BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035BA6; }

 p { color: rgb(3,91,166); }

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

background-color css

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

 a { background-color: rgb(3,91,166); }

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

border-color css

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

 span { border-color: rgb(3,91,166); }

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