Html Css Color HEX #100091 Ultramarine

📋 copy color: '#100091'

red 16 ◦ green 0 ◦ blue 145

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

Shades of Ultramarine #100091

Tints of Ultramarine #100091

RGB

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

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

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

R = 9.94%
G = 0%
B = 90.06%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#100091 (or 0x100091) is known color: Ultramarine. HEX triplet: 10, 00 and 91. RGB value is (16,0,145). Sum of RGB (Red+Green+Blue) = 16+0+145=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 145 (57.03% from 255 or 90.06% from 161); Max value from RGB is 145 - color contains mainly: blue. Hex color #100091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100091 is #EFFF6E. Grayscale: #141414. Windows color (decimal): -15728495 or 9502736. OLE color: 9502736.

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

Color convert

RGB 16 0 145 -
CMYK 0.89 1 0 0.43
HSL 246.62º 1% 0.28% -
HSV(B) 246.62º 1% 0.57% -
XYZ 5.32 2.15 26.92 -
YUV 21.31 197.8 124.21 -
System Red Green Blue C M Y K H S L
Decimal 16 0 145 0.89 1 0 0.43 246.62 1 0.28
Hex 10 0 91 59 64 0 2B F7 64 1C
Octal 20 0 221 131 144 0 53 367 144 34
Binary 10000 0 10010001 1011001 1100100 0 101011 11110111 1100100 11100

Color Harmonies of #100091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100091

Black with #100091

Text Example


Text Example

White with #100091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100091; }

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

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

background-color css

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

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

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

border-color css

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

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

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