Html Css Color HEX #100987 Ultramarine

📋 copy color: '#100987'

red 16 ◦ green 9 ◦ blue 135

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

Shades of Ultramarine #100987

Tints of Ultramarine #100987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.63%

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

R = 10%
G = 5.63%
B = 84.38%

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

#100987 (or 0x100987) is known color: Ultramarine. HEX triplet: 10, 09 and 87. RGB value is (16,9,135). Sum of RGB (Red+Green+Blue) = 16+9+135=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 135 (53.12% from 255 or 84.38% from 160); Max value from RGB is 135 - color contains mainly: blue. Hex color #100987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100987 is #EFF678. Grayscale: #181818. Windows color (decimal): -15726201 or 8849680. OLE color: 8849680.

HSL color Cylindrical-coordinate representation of color #100987: hue angle of 243.33º degrees, saturation: 0.88, 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 #100987 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 9 135 -
CMYK 0.88 0.93 0 0.47
HSL 243.33º 0.88% 0.28% -
HSV(B) 243.33º 0.93% 0.53% -
XYZ 4.68 2.05 23.07 -
YUV 25.46 189.82 121.25 -
System Red Green Blue C M Y K H S L
Decimal 16 9 135 0.88 0.93 0 0.47 243.33 0.88 0.28
Hex 10 9 87 58 5D 0 2F F3 58 1C
Octal 20 11 207 130 135 0 57 363 130 34
Binary 10000 1001 10000111 1011000 1011101 0 101111 11110011 1011000 11100

Color Harmonies of #100987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100987

Black with #100987

Text Example


Text Example

White with #100987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100987; }

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

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

background-color css

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

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

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

border-color css

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

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

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