Html Css Color HEX #100794 Ultramarine

📋 copy color: '#100794'

red 16 ◦ green 7 ◦ blue 148

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

Shades of Ultramarine #100794

Tints of Ultramarine #100794

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.09%

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

R = 9.36%
G = 4.09%
B = 86.55%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#100794 (or 0x100794) is known color: Ultramarine. HEX triplet: 10, 07 and 94. RGB value is (16,7,148). Sum of RGB (Red+Green+Blue) = 16+7+148=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 148 (58.20% from 255 or 86.55% from 171); Max value from RGB is 148 - color contains mainly: blue. Hex color #100794 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100794 is #EFF86B. Grayscale: #191919. Windows color (decimal): -15726700 or 9701136. OLE color: 9701136.

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

Color convert

RGB 16 7 148 -
CMYK 0.89 0.95 0 0.42
HSL 243.83º 0.91% 0.3% -
HSV(B) 243.83º 0.95% 0.58% -
XYZ 5.63 2.4 28.18 -
YUV 25.77 196.98 121.04 -
System Red Green Blue C M Y K H S L
Decimal 16 7 148 0.89 0.95 0 0.42 243.83 0.91 0.3
Hex 10 7 94 59 5F 0 2A F4 5B 1E
Octal 20 7 224 131 137 0 52 364 133 36
Binary 10000 111 10010100 1011001 1011111 0 101010 11110100 1011011 11110

Color Harmonies of #100794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100794

Black with #100794

Text Example


Text Example

White with #100794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100794; }

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

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

background-color css

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

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

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

border-color css

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

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

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