Html Css Color HEX #10509E Cobalt

📋 copy color: '#10509E'

red 16 ◦ green 80 ◦ blue 158

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

Shades of Cobalt #10509E

Tints of Cobalt #10509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 62.2%

R = 6.3%
G = 31.5%
B = 62.2%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10509E (or 0x10509E) is known color: Cobalt. HEX triplet: 10, 50 and 9E. RGB value is (16,80,158). Sum of RGB (Red+Green+Blue) = 16+80+158=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #10509E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10509E is #EFAF61. Grayscale: #454545. Windows color (decimal): -15708002 or 10375184. OLE color: 10375184.

HSL color Cylindrical-coordinate representation of color #10509E: hue angle of 212.96º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10509E is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 80 158 -
CMYK 0.90 0.49 0 0.38
HSL 212.96º 0.82% 0.34% -
HSV(B) 212.96º 0.9% 0.62% -
XYZ 9.25 8.32 33.47 -
YUV 69.76 177.8 89.66 -
System Red Green Blue C M Y K H S L
Decimal 16 80 158 0.90 0.49 0 0.38 212.96 0.82 0.34
Hex 10 50 9E 5A 31 0 26 D5 52 22
Octal 20 120 236 132 61 0 46 325 122 42
Binary 10000 1010000 10011110 1011010 110001 0 100110 11010101 1010010 100010

Color Harmonies of #10509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10509E

Black with #10509E

Text Example


Text Example

White with #10509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10509E; }

 p { color: rgb(16,80,158); }

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

background-color css

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

 a { background-color: rgb(16,80,158); }

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

border-color css

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

 span { border-color: rgb(16,80,158); }

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