Html Css Color HEX #035F9F Cobalt

📋 copy color: '#035F9F'

red 3 ◦ green 95 ◦ blue 159

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

Shades of Cobalt #035F9F

Tints of Cobalt #035F9F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.96%

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

R = 1.17%
G = 36.96%
B = 61.87%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#035F9F (or 0x035F9F) is known color: Cobalt. HEX triplet: 03, 5F and 9F. RGB value is (3,95,159). Sum of RGB (Red+Green+Blue) = 3+95+159=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #035F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035F9F is #FCA060. Grayscale: #4A4A4A. Windows color (decimal): -16556129 or 10444547. OLE color: 10444547.

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

Color convert

RGB 3 95 159 -
CMYK 0.98 0.40 0 0.38
HSL 204.62º 0.96% 0.32% -
HSV(B) 204.62º 0.98% 0.62% -
XYZ 10.39 10.71 34.32 -
YUV 74.79 175.52 76.8 -
System Red Green Blue C M Y K H S L
Decimal 3 95 159 0.98 0.40 0 0.38 204.62 0.96 0.32
Hex 3 5F 9F 62 28 0 26 CD 60 20
Octal 3 137 237 142 50 0 46 315 140 40
Binary 11 1011111 10011111 1100010 101000 0 100110 11001101 1100000 100000

Color Harmonies of #035F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035F9F

Black with #035F9F

Text Example


Text Example

White with #035F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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