Html Css Color HEX #100A87 Ultramarine

📋 copy color: '#100A87'

red 16 ◦ green 10 ◦ blue 135

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

Shades of Ultramarine #100A87

Tints of Ultramarine #100A87

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.21%

 BLUE value IS 135 (53.13% from 255) = 83.85%

R = 9.94%
G = 6.21%
B = 83.85%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#100A87 (or 0x100A87) is known color: Ultramarine. HEX triplet: 10, 0A and 87. RGB value is (16,10,135). Sum of RGB (Red+Green+Blue) = 16+10+135=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 135 (53.12% from 255 or 83.85% from 161); Max value from RGB is 135 - color contains mainly: blue. Hex color #100A87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100A87 is #EFF578. Grayscale: #191919. Windows color (decimal): -15725945 or 8849936. OLE color: 8849936.

HSL color Cylindrical-coordinate representation of color #100A87: hue angle of 242.88º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100A87 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 10 135 -
CMYK 0.88 0.93 0 0.47
HSL 242.88º 0.86% 0.28% -
HSV(B) 242.88º 0.93% 0.53% -
XYZ 4.7 2.08 23.08 -
YUV 26.04 189.49 120.84 -
System Red Green Blue C M Y K H S L
Decimal 16 10 135 0.88 0.93 0 0.47 242.88 0.86 0.28
Hex 10 A 87 58 5D 0 2F F3 56 1C
Octal 20 12 207 130 135 0 57 363 126 34
Binary 10000 1010 10000111 1011000 1011101 0 101111 11110011 1010110 11100

Color Harmonies of #100A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100A87

Black with #100A87

Text Example


Text Example

White with #100A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100A87; }

 p { color: rgb(16,10,135); }

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

background-color css

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

 a { background-color: rgb(16,10,135); }

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

border-color css

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

 span { border-color: rgb(16,10,135); }

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