Html Css Color HEX #100180 Ultramarine

📋 copy color: '#100180'

red 16 ◦ green 1 ◦ blue 128

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

Shades of Ultramarine #100180

Tints of Ultramarine #100180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

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

R = 11.03%
G = 0.69%
B = 88.28%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#100180 (or 0x100180) is known color: Ultramarine. HEX triplet: 10, 01 and 80. RGB value is (16,1,128). Sum of RGB (Red+Green+Blue) = 16+1+128=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 128 (50.39% from 255 or 88.28% from 145); Max value from RGB is 128 - color contains mainly: blue. Hex color #100180 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100180 is #EFFE7F. Grayscale: #131313. Windows color (decimal): -15728256 or 8388880. OLE color: 8388880.

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

Color convert

RGB 16 1 128 -
CMYK 0.88 0.99 0 0.50
HSL 247.09º 0.98% 0.25% -
HSV(B) 247.09º 0.99% 0.5% -
XYZ 4.12 1.69 20.53 -
YUV 19.96 188.97 125.17 -
System Red Green Blue C M Y K H S L
Decimal 16 1 128 0.88 0.99 0 0.50 247.09 0.98 0.25
Hex 10 1 80 58 63 0 32 F7 62 19
Octal 20 1 200 130 143 0 62 367 142 31
Binary 10000 1 10000000 1011000 1100011 0 110010 11110111 1100010 11001

Color Harmonies of #100180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100180

Black with #100180

Text Example


Text Example

White with #100180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100180; }

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

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

background-color css

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

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

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

border-color css

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

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

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