Html Css Color HEX #101596 Ultramarine

📋 copy color: '#101596'

red 16 ◦ green 21 ◦ blue 150

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

Shades of Ultramarine #101596

Tints of Ultramarine #101596

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

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

R = 8.56%
G = 11.23%
B = 80.21%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#101596 (or 0x101596) is known color: Ultramarine. HEX triplet: 10, 15 and 96. RGB value is (16,21,150). Sum of RGB (Red+Green+Blue) = 16+21+150=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #101596 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101596 is #EFEA69. Grayscale: #212121. Windows color (decimal): -15723114 or 9835792. OLE color: 9835792.

HSL color Cylindrical-coordinate representation of color #101596: hue angle of 237.76º 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 #101596 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 21 150 -
CMYK 0.89 0.86 0 0.41
HSL 237.76º 0.81% 0.33% -
HSV(B) 237.76º 0.89% 0.59% -
XYZ 5.99 2.85 29.09 -
YUV 34.21 193.34 115.01 -
System Red Green Blue C M Y K H S L
Decimal 16 21 150 0.89 0.86 0 0.41 237.76 0.81 0.33
Hex 10 15 96 59 56 0 29 EE 51 21
Octal 20 25 226 131 126 0 51 356 121 41
Binary 10000 10101 10010110 1011001 1010110 0 101001 11101110 1010001 100001

Color Harmonies of #101596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101596

Black with #101596

Text Example


Text Example

White with #101596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101596; }

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

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

background-color css

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

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

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

border-color css

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

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

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