Html Css Color HEX #101395 Ultramarine

📋 copy color: '#101395'

red 16 ◦ green 19 ◦ blue 149

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

Shades of Ultramarine #101395

Tints of Ultramarine #101395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

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

R = 8.7%
G = 10.33%
B = 80.98%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#101395 (or 0x101395) is known color: Ultramarine. HEX triplet: 10, 13 and 95. RGB value is (16,19,149). Sum of RGB (Red+Green+Blue) = 16+19+149=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 149 (58.59% from 255 or 80.98% from 184); Max value from RGB is 149 - color contains mainly: blue. Hex color #101395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101395 is #EFEC6A. Grayscale: #202020. Windows color (decimal): -15723627 or 9769744. OLE color: 9769744.

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

Color convert

RGB 16 19 149 -
CMYK 0.89 0.87 0 0.42
HSL 238.65º 0.81% 0.32% -
HSV(B) 238.65º 0.89% 0.58% -
XYZ 5.87 2.75 28.65 -
YUV 32.92 193.51 115.93 -
System Red Green Blue C M Y K H S L
Decimal 16 19 149 0.89 0.87 0 0.42 238.65 0.81 0.32
Hex 10 13 95 59 57 0 2A EF 51 20
Octal 20 23 225 131 127 0 52 357 121 40
Binary 10000 10011 10010101 1011001 1010111 0 101010 11101111 1010001 100000

Color Harmonies of #101395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101395

Black with #101395

Text Example


Text Example

White with #101395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101395; }

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

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

background-color css

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

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

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

border-color css

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

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

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