Html Css Color HEX #100194 Ultramarine

📋 copy color: '#100194'

red 16 ◦ green 1 ◦ blue 148

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

Shades of Ultramarine #100194

Tints of Ultramarine #100194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 89.7%

R = 9.7%
G = 0.61%
B = 89.7%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#100194 (or 0x100194) is known color: Ultramarine. HEX triplet: 10, 01 and 94. RGB value is (16,1,148). Sum of RGB (Red+Green+Blue) = 16+1+148=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 148 (58.20% from 255 or 89.70% from 165); Max value from RGB is 148 - color contains mainly: blue. Hex color #100194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100194 is #EFFE6B. Grayscale: #151515. Windows color (decimal): -15728236 or 9699600. OLE color: 9699600.

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

Color convert

RGB 16 1 148 -
CMYK 0.89 0.99 0 0.42
HSL 246.12º 0.99% 0.29% -
HSV(B) 246.12º 0.99% 0.58% -
XYZ 5.57 2.27 28.16 -
YUV 22.24 198.97 123.55 -
System Red Green Blue C M Y K H S L
Decimal 16 1 148 0.89 0.99 0 0.42 246.12 0.99 0.29
Hex 10 1 94 59 63 0 2A F6 63 1D
Octal 20 1 224 131 143 0 52 366 143 35
Binary 10000 1 10010100 1011001 1100011 0 101010 11110110 1100011 11101

Color Harmonies of #100194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100194

Black with #100194

Text Example


Text Example

White with #100194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100194; }

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

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

background-color css

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

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

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

border-color css

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

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

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