Html Css Color HEX #105198 Cobalt

📋 copy color: '#105198'

red 16 ◦ green 81 ◦ blue 152

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

Shades of Cobalt #105198

Tints of Cobalt #105198

RGB

 RED value IS 16 (6.64% from 255) = 6.43%

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

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

R = 6.43%
G = 32.53%
B = 61.04%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#105198 (or 0x105198) is known color: Cobalt. HEX triplet: 10, 51 and 98. RGB value is (16,81,152). Sum of RGB (Red+Green+Blue) = 16+81+152=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #105198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105198 is #EFAE67. Grayscale: #454545. Windows color (decimal): -15707752 or 9982224. OLE color: 9982224.

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

Color convert

RGB 16 81 152 -
CMYK 0.89 0.47 0 0.40
HSL 211.32º 0.81% 0.33% -
HSV(B) 211.32º 0.89% 0.6% -
XYZ 8.82 8.26 30.84 -
YUV 69.66 174.47 89.73 -
System Red Green Blue C M Y K H S L
Decimal 16 81 152 0.89 0.47 0 0.40 211.32 0.81 0.33
Hex 10 51 98 59 2F 0 28 D3 51 21
Octal 20 121 230 131 57 0 50 323 121 41
Binary 10000 1010001 10011000 1011001 101111 0 101000 11010011 1010001 100001

Color Harmonies of #105198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105198

Black with #105198

Text Example


Text Example

White with #105198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105198; }

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

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

background-color css

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

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

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

border-color css

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

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

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