Html Css Color HEX #100187 Ultramarine

📋 copy color: '#100187'

red 16 ◦ green 1 ◦ blue 135

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

Shades of Ultramarine #100187

Tints of Ultramarine #100187

RGB

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

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

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

R = 10.53%
G = 0.66%
B = 88.82%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#100187 (or 0x100187) is known color: Ultramarine. HEX triplet: 10, 01 and 87. RGB value is (16,1,135). Sum of RGB (Red+Green+Blue) = 16+1+135=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 135 (53.12% from 255 or 88.82% from 152); Max value from RGB is 135 - color contains mainly: blue. Hex color #100187 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100187 is #EFFE78. Grayscale: #141414. Windows color (decimal): -15728249 or 8847632. OLE color: 8847632.

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

Color convert

RGB 16 1 135 -
CMYK 0.88 0.99 0 0.47
HSL 246.72º 0.99% 0.27% -
HSV(B) 246.72º 0.99% 0.53% -
XYZ 4.6 1.88 23.04 -
YUV 20.76 192.47 124.6 -
System Red Green Blue C M Y K H S L
Decimal 16 1 135 0.88 0.99 0 0.47 246.72 0.99 0.27
Hex 10 1 87 58 63 0 2F F7 63 1B
Octal 20 1 207 130 143 0 57 367 143 33
Binary 10000 1 10000111 1011000 1100011 0 101111 11110111 1100011 11011

Color Harmonies of #100187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100187

Black with #100187

Text Example


Text Example

White with #100187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100187; }

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

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

background-color css

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

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

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

border-color css

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

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

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