Html Css Color HEX #101996 Ultramarine

📋 copy color: '#101996'

red 16 ◦ green 25 ◦ blue 150

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

Shades of Ultramarine #101996

Tints of Ultramarine #101996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.09%

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

R = 8.38%
G = 13.09%
B = 78.53%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#101996 (or 0x101996) is known color: Ultramarine. HEX triplet: 10, 19 and 96. RGB value is (16,25,150). Sum of RGB (Red+Green+Blue) = 16+25+150=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 150 (58.98% from 255 or 78.53% from 191); Max value from RGB is 150 - color contains mainly: blue. Hex color #101996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101996 is #EFE669. Grayscale: #242424. Windows color (decimal): -15722090 or 9836816. OLE color: 9836816.

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

Color convert

RGB 16 25 150 -
CMYK 0.89 0.83 0 0.41
HSL 235.97º 0.81% 0.33% -
HSV(B) 235.97º 0.89% 0.59% -
XYZ 6.07 3.01 29.11 -
YUV 36.56 192.02 113.34 -
System Red Green Blue C M Y K H S L
Decimal 16 25 150 0.89 0.83 0 0.41 235.97 0.81 0.33
Hex 10 19 96 59 53 0 29 EC 51 21
Octal 20 31 226 131 123 0 51 354 121 41
Binary 10000 11001 10010110 1011001 1010011 0 101001 11101100 1010001 100001

Color Harmonies of #101996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101996

Black with #101996

Text Example


Text Example

White with #101996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101996; }

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

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

background-color css

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

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

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

border-color css

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

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

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