Html Css Color HEX #101495 Ultramarine

📋 copy color: '#101495'

red 16 ◦ green 20 ◦ blue 149

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

Shades of Ultramarine #101495

Tints of Ultramarine #101495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.81%

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

R = 8.65%
G = 10.81%
B = 80.54%

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

#101495 (or 0x101495) is known color: Ultramarine. HEX triplet: 10, 14 and 95. RGB value is (16,20,149). Sum of RGB (Red+Green+Blue) = 16+20+149=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #101495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101495 is #EFEB6A. Grayscale: #202020. Windows color (decimal): -15723371 or 9770000. OLE color: 9770000.

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

Color convert

RGB 16 20 149 -
CMYK 0.89 0.87 0 0.42
HSL 238.2º 0.81% 0.32% -
HSV(B) 238.2º 0.89% 0.58% -
XYZ 5.89 2.78 28.66 -
YUV 33.51 193.17 115.51 -
System Red Green Blue C M Y K H S L
Decimal 16 20 149 0.89 0.87 0 0.42 238.2 0.81 0.32
Hex 10 14 95 59 57 0 2A EE 51 20
Octal 20 24 225 131 127 0 52 356 121 40
Binary 10000 10100 10010101 1011001 1010111 0 101010 11101110 1010001 100000

Color Harmonies of #101495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101495

Black with #101495

Text Example


Text Example

White with #101495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101495; }

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

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

background-color css

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

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

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

border-color css

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

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

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