Html Css Color HEX #10509A Cobalt

📋 copy color: '#10509A'

red 16 ◦ green 80 ◦ blue 154

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

Shades of Cobalt #10509A

Tints of Cobalt #10509A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 61.6%

R = 6.4%
G = 32%
B = 61.6%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#10509A (or 0x10509A) is known color: Cobalt. HEX triplet: 10, 50 and 9A. RGB value is (16,80,154). Sum of RGB (Red+Green+Blue) = 16+80+154=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #10509A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10509A is #EFAF65. Grayscale: #444444. Windows color (decimal): -15708006 or 10113040. OLE color: 10113040.

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

Color convert

RGB 16 80 154 -
CMYK 0.90 0.48 0 0.40
HSL 212.17º 0.81% 0.33% -
HSV(B) 212.17º 0.9% 0.6% -
XYZ 8.92 8.18 31.68 -
YUV 69.3 175.8 89.98 -
System Red Green Blue C M Y K H S L
Decimal 16 80 154 0.90 0.48 0 0.40 212.17 0.81 0.33
Hex 10 50 9A 5A 30 0 28 D4 51 21
Octal 20 120 232 132 60 0 50 324 121 41
Binary 10000 1010000 10011010 1011010 110000 0 101000 11010100 1010001 100001

Color Harmonies of #10509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10509A

Black with #10509A

Text Example


Text Example

White with #10509A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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