Html Css Color HEX #100190 Ultramarine

📋 copy color: '#100190'

red 16 ◦ green 1 ◦ blue 144

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

Shades of Ultramarine #100190

Tints of Ultramarine #100190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 89.44%

R = 9.94%
G = 0.62%
B = 89.44%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#100190 (or 0x100190) is known color: Ultramarine. HEX triplet: 10, 01 and 90. RGB value is (16,1,144). Sum of RGB (Red+Green+Blue) = 16+1+144=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 144 (56.64% from 255 or 89.44% from 161); Max value from RGB is 144 - color contains mainly: blue. Hex color #100190 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100190 is #EFFE6F. Grayscale: #151515. Windows color (decimal): -15728240 or 9437456. OLE color: 9437456.

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

Color convert

RGB 16 1 144 -
CMYK 0.89 0.99 0 0.44
HSL 246.29º 0.99% 0.28% -
HSV(B) 246.29º 0.99% 0.56% -
XYZ 5.26 2.15 26.52 -
YUV 21.79 196.97 123.87 -
System Red Green Blue C M Y K H S L
Decimal 16 1 144 0.89 0.99 0 0.44 246.29 0.99 0.28
Hex 10 1 90 59 63 0 2C F6 63 1C
Octal 20 1 220 131 143 0 54 366 143 34
Binary 10000 1 10010000 1011001 1100011 0 101100 11110110 1100011 11100

Color Harmonies of #100190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100190

Black with #100190

Text Example


Text Example

White with #100190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100190; }

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

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

background-color css

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

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

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

border-color css

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

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

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