Html Css Color HEX #035E9F Cobalt

📋 copy color: '#035E9F'

red 3 ◦ green 94 ◦ blue 159

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

Shades of Cobalt #035E9F

Tints of Cobalt #035E9F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.72%

 BLUE value IS 159 (62.5% from 255) = 62.11%

R = 1.17%
G = 36.72%
B = 62.11%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#035E9F (or 0x035E9F) is known color: Cobalt. HEX triplet: 03, 5E and 9F. RGB value is (3,94,159). Sum of RGB (Red+Green+Blue) = 3+94+159=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #035E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035E9F is #FCA160. Grayscale: #494949. Windows color (decimal): -16556385 or 10444291. OLE color: 10444291.

HSL color Cylindrical-coordinate representation of color #035E9F: hue angle of 205º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035E9F is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 94 159 -
CMYK 0.98 0.41 0 0.38
HSL 205º 0.96% 0.32% -
HSV(B) 205º 0.98% 0.62% -
XYZ 10.3 10.53 34.29 -
YUV 74.2 175.85 77.21 -
System Red Green Blue C M Y K H S L
Decimal 3 94 159 0.98 0.41 0 0.38 205 0.96 0.32
Hex 3 5E 9F 62 29 0 26 CD 60 20
Octal 3 136 237 142 51 0 46 315 140 40
Binary 11 1011110 10011111 1100010 101001 0 100110 11001101 1100000 100000

Color Harmonies of #035E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035E9F

Black with #035E9F

Text Example


Text Example

White with #035E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,94,159); }

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

background-color css

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

 a { background-color: rgb(3,94,159); }

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

border-color css

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

 span { border-color: rgb(3,94,159); }

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