Html Css Color HEX #105199 Cobalt

📋 copy color: '#105199'

red 16 ◦ green 81 ◦ blue 153

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

Shades of Cobalt #105199

Tints of Cobalt #105199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.2%

R = 6.4%
G = 32.4%
B = 61.2%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#105199 (or 0x105199) is known color: Cobalt. HEX triplet: 10, 51 and 99. RGB value is (16,81,153). Sum of RGB (Red+Green+Blue) = 16+81+153=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #105199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105199 is #EFAE66. Grayscale: #454545. Windows color (decimal): -15707751 or 10047760. OLE color: 10047760.

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

Color convert

RGB 16 81 153 -
CMYK 0.90 0.47 0 0.4
HSL 211.53º 0.81% 0.33% -
HSV(B) 211.53º 0.9% 0.6% -
XYZ 8.91 8.29 31.27 -
YUV 69.77 174.97 89.65 -
System Red Green Blue C M Y K H S L
Decimal 16 81 153 0.90 0.47 0 0.4 211.53 0.81 0.33
Hex 10 51 99 5A 2F 0 28 D4 51 21
Octal 20 121 231 132 57 0 50 324 121 41
Binary 10000 1010001 10011001 1011010 101111 0 101000 11010100 1010001 100001

Color Harmonies of #105199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105199

Black with #105199

Text Example


Text Example

White with #105199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105199; }

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

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

background-color css

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

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

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

border-color css

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

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

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