Html Css Color HEX #101591 Ultramarine

📋 copy color: '#101591'

red 16 ◦ green 21 ◦ blue 145

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

Shades of Ultramarine #101591

Tints of Ultramarine #101591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 79.67%

R = 8.79%
G = 11.54%
B = 79.67%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#101591 (or 0x101591) is known color: Ultramarine. HEX triplet: 10, 15 and 91. RGB value is (16,21,145). Sum of RGB (Red+Green+Blue) = 16+21+145=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 145 (57.03% from 255 or 79.67% from 182); Max value from RGB is 145 - color contains mainly: blue. Hex color #101591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101591 is #EFEA6E. Grayscale: #212121. Windows color (decimal): -15723119 or 9508112. OLE color: 9508112.

HSL color Cylindrical-coordinate representation of color #101591: hue angle of 237.67º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101591 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 16 21 145 -
CMYK 0.89 0.86 0 0.43
HSL 237.67º 0.8% 0.32% -
HSV(B) 237.67º 0.89% 0.57% -
XYZ 5.59 2.69 27.01 -
YUV 33.64 190.84 115.42 -
System Red Green Blue C M Y K H S L
Decimal 16 21 145 0.89 0.86 0 0.43 237.67 0.8 0.32
Hex 10 15 91 59 56 0 2B EE 50 20
Octal 20 25 221 131 126 0 53 356 120 40
Binary 10000 10101 10010001 1011001 1010110 0 101011 11101110 1010000 100000

Color Harmonies of #101591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101591

Black with #101591

Text Example


Text Example

White with #101591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101591; }

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

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

background-color css

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

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

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

border-color css

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

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

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