Html Css Color HEX #100580 Ultramarine

📋 copy color: '#100580'

red 16 ◦ green 5 ◦ blue 128

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

Shades of Ultramarine #100580

Tints of Ultramarine #100580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.36%

 BLUE value IS 128 (50.39% from 255) = 85.91%

R = 10.74%
G = 3.36%
B = 85.91%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#100580 (or 0x100580) is known color: Ultramarine. HEX triplet: 10, 05 and 80. RGB value is (16,5,128). Sum of RGB (Red+Green+Blue) = 16+5+128=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 128 (50.39% from 255 or 85.91% from 149); Max value from RGB is 128 - color contains mainly: blue. Hex color #100580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100580 is #EFFA7F. Grayscale: #151515. Windows color (decimal): -15727232 or 8389904. OLE color: 8389904.

HSL color Cylindrical-coordinate representation of color #100580: hue angle of 245.37º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100580 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 5 128 -
CMYK 0.88 0.96 0 0.50
HSL 245.37º 0.92% 0.26% -
HSV(B) 245.37º 0.96% 0.5% -
XYZ 4.16 1.78 20.55 -
YUV 22.31 187.64 123.5 -
System Red Green Blue C M Y K H S L
Decimal 16 5 128 0.88 0.96 0 0.50 245.37 0.92 0.26
Hex 10 5 80 58 60 0 32 F5 5C 1A
Octal 20 5 200 130 140 0 62 365 134 32
Binary 10000 101 10000000 1011000 1100000 0 110010 11110101 1011100 11010

Color Harmonies of #100580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100580

Black with #100580

Text Example


Text Example

White with #100580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100580; }

 p { color: rgb(16,5,128); }

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

background-color css

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

 a { background-color: rgb(16,5,128); }

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

border-color css

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

 span { border-color: rgb(16,5,128); }

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