Html Css Color HEX #100591 Ultramarine

📋 copy color: '#100591'

red 16 ◦ green 5 ◦ blue 145

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

Shades of Ultramarine #100591

Tints of Ultramarine #100591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 87.35%

R = 9.64%
G = 3.01%
B = 87.35%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#100591 (or 0x100591) is known color: Ultramarine. HEX triplet: 10, 05 and 91. RGB value is (16,5,145). Sum of RGB (Red+Green+Blue) = 16+5+145=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 145 (57.03% from 255 or 87.35% from 166); Max value from RGB is 145 - color contains mainly: blue. Hex color #100591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100591 is #EFFA6E. Grayscale: #171717. Windows color (decimal): -15727215 or 9504016. OLE color: 9504016.

HSL color Cylindrical-coordinate representation of color #100591: hue angle of 244.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100591 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 16 5 145 -
CMYK 0.89 0.97 0 0.43
HSL 244.71º 0.93% 0.29% -
HSV(B) 244.71º 0.97% 0.57% -
XYZ 5.38 2.26 26.94 -
YUV 24.25 196.14 122.12 -
System Red Green Blue C M Y K H S L
Decimal 16 5 145 0.89 0.97 0 0.43 244.71 0.93 0.29
Hex 10 5 91 59 61 0 2B F5 5D 1D
Octal 20 5 221 131 141 0 53 365 135 35
Binary 10000 101 10010001 1011001 1100001 0 101011 11110101 1011101 11101

Color Harmonies of #100591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100591

Black with #100591

Text Example


Text Example

White with #100591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100591; }

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

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

background-color css

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

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

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

border-color css

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

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

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