Html Css Color HEX #100589 Ultramarine

📋 copy color: '#100589'

red 16 ◦ green 5 ◦ blue 137

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

Shades of Ultramarine #100589

Tints of Ultramarine #100589

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.16%

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

R = 10.13%
G = 3.16%
B = 86.71%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#100589 (or 0x100589) is known color: Ultramarine. HEX triplet: 10, 05 and 89. RGB value is (16,5,137). Sum of RGB (Red+Green+Blue) = 16+5+137=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 137 (53.91% from 255 or 86.71% from 158); Max value from RGB is 137 - color contains mainly: blue. Hex color #100589 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100589 is #EFFA76. Grayscale: #161616. Windows color (decimal): -15727223 or 8979728. OLE color: 8979728.

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

Color convert

RGB 16 5 137 -
CMYK 0.88 0.96 0 0.46
HSL 245º 0.93% 0.28% -
HSV(B) 245º 0.96% 0.54% -
XYZ 4.78 2.02 23.81 -
YUV 23.34 192.14 122.77 -
System Red Green Blue C M Y K H S L
Decimal 16 5 137 0.88 0.96 0 0.46 245 0.93 0.28
Hex 10 5 89 58 60 0 2E F5 5D 1C
Octal 20 5 211 130 140 0 56 365 135 34
Binary 10000 101 10001001 1011000 1100000 0 101110 11110101 1011101 11100

Color Harmonies of #100589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100589

Black with #100589

Text Example


Text Example

White with #100589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100589; }

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

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

background-color css

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

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

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

border-color css

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

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

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