Html Css Color HEX #10559A Cobalt

📋 copy color: '#10559A'

red 16 ◦ green 85 ◦ blue 154

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

Shades of Cobalt #10559A

Tints of Cobalt #10559A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.33%

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

R = 6.27%
G = 33.33%
B = 60.39%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#10559A (or 0x10559A) is known color: Cobalt. HEX triplet: 10, 55 and 9A. RGB value is (16,85,154). Sum of RGB (Red+Green+Blue) = 16+85+154=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #10559A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10559A is #EFAA65. Grayscale: #474747. Windows color (decimal): -15706726 or 10114320. OLE color: 10114320.

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

Color convert

RGB 16 85 154 -
CMYK 0.90 0.45 0 0.40
HSL 210º 0.81% 0.33% -
HSV(B) 210º 0.9% 0.6% -
XYZ 9.29 8.94 31.81 -
YUV 72.24 174.14 87.89 -
System Red Green Blue C M Y K H S L
Decimal 16 85 154 0.90 0.45 0 0.40 210 0.81 0.33
Hex 10 55 9A 5A 2D 0 28 D2 51 21
Octal 20 125 232 132 55 0 50 322 121 41
Binary 10000 1010101 10011010 1011010 101101 0 101000 11010010 1010001 100001

Color Harmonies of #10559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10559A

Black with #10559A

Text Example


Text Example

White with #10559A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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