Html Css Color HEX #035095 Cobalt

📋 copy color: '#035095'

red 3 ◦ green 80 ◦ blue 149

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

Shades of Cobalt #035095

Tints of Cobalt #035095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.48%

 BLUE value IS 149 (58.59% from 255) = 64.22%

R = 1.29%
G = 34.48%
B = 64.22%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#035095 (or 0x035095) is known color: Cobalt. HEX triplet: 03, 50 and 95. RGB value is (3,80,149). Sum of RGB (Red+Green+Blue) = 3+80+149=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #035095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035095 is #FCAF6A. Grayscale: #404040. Windows color (decimal): -16559979 or 9785347. OLE color: 9785347.

HSL color Cylindrical-coordinate representation of color #035095: hue angle of 208.36º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035095 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 80 149 -
CMYK 0.98 0.46 0 0.42
HSL 208.36º 0.96% 0.3% -
HSV(B) 208.36º 0.98% 0.58% -
XYZ 8.33 7.93 29.52 -
YUV 64.84 175.49 83.89 -
System Red Green Blue C M Y K H S L
Decimal 3 80 149 0.98 0.46 0 0.42 208.36 0.96 0.3
Hex 3 50 95 62 2E 0 2A D0 60 1E
Octal 3 120 225 142 56 0 52 320 140 36
Binary 11 1010000 10010101 1100010 101110 0 101010 11010000 1100000 11110

Color Harmonies of #035095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035095

Black with #035095

Text Example


Text Example

White with #035095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035095; }

 p { color: rgb(3,80,149); }

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

background-color css

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

 a { background-color: rgb(3,80,149); }

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

border-color css

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

 span { border-color: rgb(3,80,149); }

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