Html Css Color HEX #035AAB Cobalt

📋 copy color: '#035AAB'

red 3 ◦ green 90 ◦ blue 171

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

Shades of Cobalt #035AAB

Tints of Cobalt #035AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.09%

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

R = 1.14%
G = 34.09%
B = 64.77%

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

#035AAB (or 0x035AAB) is known color: Cobalt. HEX triplet: 03, 5A and AB. RGB value is (3,90,171). Sum of RGB (Red+Green+Blue) = 3+90+171=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #035AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035AAB is #FCA554. Grayscale: #484848. Windows color (decimal): -16557397 or 11229699. OLE color: 11229699.

HSL color Cylindrical-coordinate representation of color #035AAB: hue angle of 208.93º 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 #035AAB is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 90 171 -
CMYK 0.98 0.47 0 0.33
HSL 208.93º 0.97% 0.34% -
HSV(B) 208.93º 0.98% 0.67% -
XYZ 11.04 10.27 39.93 -
YUV 73.22 183.18 77.91 -
System Red Green Blue C M Y K H S L
Decimal 3 90 171 0.98 0.47 0 0.33 208.93 0.97 0.34
Hex 3 5A AB 62 2F 0 21 D1 61 22
Octal 3 132 253 142 57 0 41 321 141 42
Binary 11 1011010 10101011 1100010 101111 0 100001 11010001 1100001 100010

Color Harmonies of #035AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035AAB

Black with #035AAB

Text Example


Text Example

White with #035AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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