Html Css Color HEX #101991 Ultramarine

📋 copy color: '#101991'

red 16 ◦ green 25 ◦ blue 145

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

Shades of Ultramarine #101991

Tints of Ultramarine #101991

RGB

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

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

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

R = 8.6%
G = 13.44%
B = 77.96%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#101991 (or 0x101991) is known color: Ultramarine. HEX triplet: 10, 19 and 91. RGB value is (16,25,145). Sum of RGB (Red+Green+Blue) = 16+25+145=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 145 (57.03% from 255 or 77.96% from 186); Max value from RGB is 145 - color contains mainly: blue. Hex color #101991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101991 is #EFE66E. Grayscale: #232323. Windows color (decimal): -15722095 or 9509136. OLE color: 9509136.

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

Color convert

RGB 16 25 145 -
CMYK 0.89 0.83 0 0.43
HSL 235.81º 0.8% 0.32% -
HSV(B) 235.81º 0.89% 0.57% -
XYZ 5.67 2.85 27.04 -
YUV 35.99 189.52 113.74 -
System Red Green Blue C M Y K H S L
Decimal 16 25 145 0.89 0.83 0 0.43 235.81 0.8 0.32
Hex 10 19 91 59 53 0 2B EC 50 20
Octal 20 31 221 131 123 0 53 354 120 40
Binary 10000 11001 10010001 1011001 1010011 0 101011 11101100 1010000 100000

Color Harmonies of #101991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101991

Black with #101991

Text Example


Text Example

White with #101991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101991; }

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

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

background-color css

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

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

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

border-color css

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

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

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