Html Css Color HEX #035AAD Cobalt

📋 copy color: '#035AAD'

red 3 ◦ green 90 ◦ blue 173

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

Shades of Cobalt #035AAD

Tints of Cobalt #035AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 65.04%

R = 1.13%
G = 33.83%
B = 65.04%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#035AAD (or 0x035AAD) is known color: Cobalt. HEX triplet: 03, 5A and AD. RGB value is (3,90,173). Sum of RGB (Red+Green+Blue) = 3+90+173=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #035AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035AAD is #FCA552. Grayscale: #494949. Windows color (decimal): -16557395 or 11360771. OLE color: 11360771.

HSL color Cylindrical-coordinate representation of color #035AAD: hue angle of 209.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035AAD is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 90 173 -
CMYK 0.98 0.48 0 0.32
HSL 209.29º 0.97% 0.35% -
HSV(B) 209.29º 0.98% 0.68% -
XYZ 11.24 10.35 40.94 -
YUV 73.45 184.18 77.75 -
System Red Green Blue C M Y K H S L
Decimal 3 90 173 0.98 0.48 0 0.32 209.29 0.97 0.35
Hex 3 5A AD 62 30 0 20 D1 61 23
Octal 3 132 255 142 60 0 40 321 141 43
Binary 11 1011010 10101101 1100010 110000 0 100000 11010001 1100001 100011

Color Harmonies of #035AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035AAD

Black with #035AAD

Text Example


Text Example

White with #035AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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