Html Css Color HEX #100189 Ultramarine

📋 copy color: '#100189'

red 16 ◦ green 1 ◦ blue 137

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

Shades of Ultramarine #100189

Tints of Ultramarine #100189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 88.96%

R = 10.39%
G = 0.65%
B = 88.96%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#100189 (or 0x100189) is known color: Ultramarine. HEX triplet: 10, 01 and 89. RGB value is (16,1,137). Sum of RGB (Red+Green+Blue) = 16+1+137=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 137 (53.91% from 255 or 88.96% from 154); Max value from RGB is 137 - color contains mainly: blue. Hex color #100189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100189 is #EFFE76. Grayscale: #141414. Windows color (decimal): -15728247 or 8978704. OLE color: 8978704.

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

Color convert

RGB 16 1 137 -
CMYK 0.88 0.99 0 0.46
HSL 246.62º 0.99% 0.27% -
HSV(B) 246.62º 0.99% 0.54% -
XYZ 4.74 1.94 23.79 -
YUV 20.99 193.47 124.44 -
System Red Green Blue C M Y K H S L
Decimal 16 1 137 0.88 0.99 0 0.46 246.62 0.99 0.27
Hex 10 1 89 58 63 0 2E F7 63 1B
Octal 20 1 211 130 143 0 56 367 143 33
Binary 10000 1 10001001 1011000 1100011 0 101110 11110111 1100011 11011

Color Harmonies of #100189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100189

Black with #100189

Text Example


Text Example

White with #100189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100189; }

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

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

background-color css

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

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

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

border-color css

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

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

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