Html Css Color HEX #100089 Ultramarine

📋 copy color: '#100089'

red 16 ◦ green 0 ◦ blue 137

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

Shades of Ultramarine #100089

Tints of Ultramarine #100089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 10.46%
G = 0%
B = 89.54%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#100089 (or 0x100089) is known color: Ultramarine. HEX triplet: 10, 00 and 89. RGB value is (16,0,137). Sum of RGB (Red+Green+Blue) = 16+0+137=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 137 (53.91% from 255 or 89.54% from 153); Max value from RGB is 137 - color contains mainly: blue. Hex color #100089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100089 is #EFFF76. Grayscale: #131313. Windows color (decimal): -15728503 or 8978448. OLE color: 8978448.

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

Color convert

RGB 16 0 137 -
CMYK 0.88 1 0 0.46
HSL 247.01º 1% 0.27% -
HSV(B) 247.01º 1% 0.54% -
XYZ 4.73 1.92 23.79 -
YUV 20.4 193.8 124.86 -
System Red Green Blue C M Y K H S L
Decimal 16 0 137 0.88 1 0 0.46 247.01 1 0.27
Hex 10 0 89 58 64 0 2E F7 64 1B
Octal 20 0 211 130 144 0 56 367 144 33
Binary 10000 0 10001001 1011000 1100100 0 101110 11110111 1100100 11011

Color Harmonies of #100089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100089

Black with #100089

Text Example


Text Example

White with #100089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100089; }

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

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

background-color css

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

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

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

border-color css

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

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

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