Html Css Color HEX #035DAB Cobalt

📋 copy color: '#035DAB'

red 3 ◦ green 93 ◦ blue 171

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

Shades of Cobalt #035DAB

Tints of Cobalt #035DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.83%

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

R = 1.12%
G = 34.83%
B = 64.04%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#035DAB (or 0x035DAB) is known color: Cobalt. HEX triplet: 03, 5D and AB. RGB value is (3,93,171). Sum of RGB (Red+Green+Blue) = 3+93+171=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #035DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035DAB is #FCA254. Grayscale: #4A4A4A. Windows color (decimal): -16556629 or 11230467. OLE color: 11230467.

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

Color convert

RGB 3 93 171 -
CMYK 0.98 0.46 0 0.33
HSL 207.86º 0.97% 0.34% -
HSV(B) 207.86º 0.98% 0.67% -
XYZ 11.3 10.79 40.01 -
YUV 74.98 182.18 76.66 -
System Red Green Blue C M Y K H S L
Decimal 3 93 171 0.98 0.46 0 0.33 207.86 0.97 0.34
Hex 3 5D AB 62 2E 0 21 D0 61 22
Octal 3 135 253 142 56 0 41 320 141 42
Binary 11 1011101 10101011 1100010 101110 0 100001 11010000 1100001 100010

Color Harmonies of #035DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DAB

Black with #035DAB

Text Example


Text Example

White with #035DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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