Html Css Color HEX #10509D Cobalt

📋 copy color: '#10509D'

red 16 ◦ green 80 ◦ blue 157

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

Shades of Cobalt #10509D

Tints of Cobalt #10509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 62.06%

R = 6.32%
G = 31.62%
B = 62.06%

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

#10509D (or 0x10509D) is known color: Cobalt. HEX triplet: 10, 50 and 9D. RGB value is (16,80,157). Sum of RGB (Red+Green+Blue) = 16+80+157=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #10509D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10509D is #EFAF62. Grayscale: #454545. Windows color (decimal): -15708003 or 10309648. OLE color: 10309648.

HSL color Cylindrical-coordinate representation of color #10509D: hue angle of 212.77º 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 #10509D is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 80 157 -
CMYK 0.90 0.49 0 0.38
HSL 212.77º 0.82% 0.34% -
HSV(B) 212.77º 0.9% 0.62% -
XYZ 9.17 8.28 33.01 -
YUV 69.64 177.3 89.74 -
System Red Green Blue C M Y K H S L
Decimal 16 80 157 0.90 0.49 0 0.38 212.77 0.82 0.34
Hex 10 50 9D 5A 31 0 26 D5 52 22
Octal 20 120 235 132 61 0 46 325 122 42
Binary 10000 1010000 10011101 1011010 110001 0 100110 11010101 1010010 100010

Color Harmonies of #10509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10509D

Black with #10509D

Text Example


Text Example

White with #10509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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