Html Css Color HEX #100095 Ultramarine

📋 copy color: '#100095'

red 16 ◦ green 0 ◦ blue 149

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

Shades of Ultramarine #100095

Tints of Ultramarine #100095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 9.7%
G = 0%
B = 90.3%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#100095 (or 0x100095) is known color: Ultramarine. HEX triplet: 10, 00 and 95. RGB value is (16,0,149). Sum of RGB (Red+Green+Blue) = 16+0+149=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 149 (58.59% from 255 or 90.30% from 165); Max value from RGB is 149 - color contains mainly: blue. Hex color #100095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100095 is #EFFF6A. Grayscale: #151515. Windows color (decimal): -15728491 or 9764880. OLE color: 9764880.

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

Color convert

RGB 16 0 149 -
CMYK 0.89 1 0 0.42
HSL 246.44º 1% 0.29% -
HSV(B) 246.44º 1% 0.58% -
XYZ 5.64 2.28 28.58 -
YUV 21.77 199.8 123.88 -
System Red Green Blue C M Y K H S L
Decimal 16 0 149 0.89 1 0 0.42 246.44 1 0.29
Hex 10 0 95 59 64 0 2A F6 64 1D
Octal 20 0 225 131 144 0 52 366 144 35
Binary 10000 0 10010101 1011001 1100100 0 101010 11110110 1100100 11101

Color Harmonies of #100095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100095

Black with #100095

Text Example


Text Example

White with #100095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100095; }

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

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

background-color css

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

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

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

border-color css

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

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

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