Html Css Color HEX #035BAB Cobalt

📋 copy color: '#035BAB'

red 3 ◦ green 91 ◦ blue 171

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

Shades of Cobalt #035BAB

Tints of Cobalt #035BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 1.13%
G = 34.34%
B = 64.53%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#035BAB (or 0x035BAB) is known color: Cobalt. HEX triplet: 03, 5B and AB. RGB value is (3,91,171). Sum of RGB (Red+Green+Blue) = 3+91+171=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #035BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035BAB is #FCA454. Grayscale: #494949. Windows color (decimal): -16557141 or 11229955. OLE color: 11229955.

HSL color Cylindrical-coordinate representation of color #035BAB: hue angle of 208.57º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035BAB is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 91 171 -
CMYK 0.98 0.47 0 0.33
HSL 208.57º 0.97% 0.34% -
HSV(B) 208.57º 0.98% 0.67% -
XYZ 11.13 10.44 39.96 -
YUV 73.81 182.85 77.5 -
System Red Green Blue C M Y K H S L
Decimal 3 91 171 0.98 0.47 0 0.33 208.57 0.97 0.34
Hex 3 5B AB 62 2F 0 21 D1 61 22
Octal 3 133 253 142 57 0 41 321 141 42
Binary 11 1011011 10101011 1100010 101111 0 100001 11010001 1100001 100010

Color Harmonies of #035BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BAB

Black with #035BAB

Text Example


Text Example

White with #035BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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