Html Css Color HEX #035198 Cobalt

📋 copy color: '#035198'

red 3 ◦ green 81 ◦ blue 152

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

Shades of Cobalt #035198

Tints of Cobalt #035198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

 BLUE value IS 152 (59.77% from 255) = 64.41%

R = 1.27%
G = 34.32%
B = 64.41%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#035198 (or 0x035198) is known color: Cobalt. HEX triplet: 03, 51 and 98. RGB value is (3,81,152). Sum of RGB (Red+Green+Blue) = 3+81+152=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #035198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035198 is #FCAE67. Grayscale: #414141. Windows color (decimal): -16559720 or 9982211. OLE color: 9982211.

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

Color convert

RGB 3 81 152 -
CMYK 0.98 0.47 0 0.40
HSL 208.59º 0.96% 0.3% -
HSV(B) 208.59º 0.98% 0.6% -
XYZ 8.65 8.17 30.83 -
YUV 65.77 176.66 83.23 -
System Red Green Blue C M Y K H S L
Decimal 3 81 152 0.98 0.47 0 0.40 208.59 0.96 0.3
Hex 3 51 98 62 2F 0 28 D1 60 1E
Octal 3 121 230 142 57 0 50 321 140 36
Binary 11 1010001 10011000 1100010 101111 0 101000 11010001 1100000 11110

Color Harmonies of #035198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035198

Black with #035198

Text Example


Text Example

White with #035198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035198; }

 p { color: rgb(3,81,152); }

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

background-color css

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

 a { background-color: rgb(3,81,152); }

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

border-color css

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

 span { border-color: rgb(3,81,152); }

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