Html Css Color HEX #101195 Ultramarine

📋 copy color: '#101195'

red 16 ◦ green 17 ◦ blue 149

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

Shades of Ultramarine #101195

Tints of Ultramarine #101195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

 BLUE value IS 149 (58.59% from 255) = 81.87%

R = 8.79%
G = 9.34%
B = 81.87%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#101195 (or 0x101195) is known color: Ultramarine. HEX triplet: 10, 11 and 95. RGB value is (16,17,149). Sum of RGB (Red+Green+Blue) = 16+17+149=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 149 (58.59% from 255 or 81.87% from 182); Max value from RGB is 149 - color contains mainly: blue. Hex color #101195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101195 is #EFEE6A. Grayscale: #1F1F1F. Windows color (decimal): -15724139 or 9769232. OLE color: 9769232.

HSL color Cylindrical-coordinate representation of color #101195: hue angle of 239.55º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101195 is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 17 149 -
CMYK 0.89 0.89 0 0.42
HSL 239.55º 0.81% 0.32% -
HSV(B) 239.55º 0.89% 0.58% -
XYZ 5.84 2.68 28.64 -
YUV 31.75 194.17 116.77 -
System Red Green Blue C M Y K H S L
Decimal 16 17 149 0.89 0.89 0 0.42 239.55 0.81 0.32
Hex 10 11 95 59 59 0 2A F0 51 20
Octal 20 21 225 131 131 0 52 360 121 40
Binary 10000 10001 10010101 1011001 1011001 0 101010 11110000 1010001 100000

Color Harmonies of #101195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101195

Black with #101195

Text Example


Text Example

White with #101195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101195; }

 p { color: rgb(16,17,149); }

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

background-color css

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

 a { background-color: rgb(16,17,149); }

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

border-color css

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

 span { border-color: rgb(16,17,149); }

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