Html Css Color HEX #100996 Ultramarine

📋 copy color: '#100996'

red 16 ◦ green 9 ◦ blue 150

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

Shades of Ultramarine #100996

Tints of Ultramarine #100996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.14%

 BLUE value IS 150 (58.98% from 255) = 85.71%

R = 9.14%
G = 5.14%
B = 85.71%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#100996 (or 0x100996) is known color: Ultramarine. HEX triplet: 10, 09 and 96. RGB value is (16,9,150). Sum of RGB (Red+Green+Blue) = 16+9+150=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 150 (58.98% from 255 or 85.71% from 175); Max value from RGB is 150 - color contains mainly: blue. Hex color #100996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100996 is #EFF669. Grayscale: #1A1A1A. Windows color (decimal): -15726186 or 9832720. OLE color: 9832720.

HSL color Cylindrical-coordinate representation of color #100996: hue angle of 242.98º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100996 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 9 150 -
CMYK 0.89 0.94 0 0.41
HSL 242.98º 0.89% 0.31% -
HSV(B) 242.98º 0.94% 0.59% -
XYZ 5.82 2.51 29.03 -
YUV 27.17 197.32 120.04 -
System Red Green Blue C M Y K H S L
Decimal 16 9 150 0.89 0.94 0 0.41 242.98 0.89 0.31
Hex 10 9 96 59 5E 0 29 F3 59 1F
Octal 20 11 226 131 136 0 51 363 131 37
Binary 10000 1001 10010110 1011001 1011110 0 101001 11110011 1011001 11111

Color Harmonies of #100996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100996

Black with #100996

Text Example


Text Example

White with #100996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100996; }

 p { color: rgb(16,9,150); }

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

background-color css

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

 a { background-color: rgb(16,9,150); }

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

border-color css

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

 span { border-color: rgb(16,9,150); }

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