Html Css Color HEX #100595 Ultramarine

📋 copy color: '#100595'

red 16 ◦ green 5 ◦ blue 149

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

Shades of Ultramarine #100595

Tints of Ultramarine #100595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

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

R = 9.41%
G = 2.94%
B = 87.65%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#100595 (or 0x100595) is known color: Ultramarine. HEX triplet: 10, 05 and 95. RGB value is (16,5,149). Sum of RGB (Red+Green+Blue) = 16+5+149=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 149 (58.59% from 255 or 87.65% from 170); Max value from RGB is 149 - color contains mainly: blue. Hex color #100595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100595 is #EFFA6A. Grayscale: #181818. Windows color (decimal): -15727211 or 9766160. OLE color: 9766160.

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

Color convert

RGB 16 5 149 -
CMYK 0.89 0.97 0 0.42
HSL 244.58º 0.94% 0.3% -
HSV(B) 244.58º 0.97% 0.58% -
XYZ 5.69 2.39 28.59 -
YUV 24.71 198.14 121.79 -
System Red Green Blue C M Y K H S L
Decimal 16 5 149 0.89 0.97 0 0.42 244.58 0.94 0.3
Hex 10 5 95 59 61 0 2A F5 5E 1E
Octal 20 5 225 131 141 0 52 365 136 36
Binary 10000 101 10010101 1011001 1100001 0 101010 11110101 1011110 11110

Color Harmonies of #100595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100595

Black with #100595

Text Example


Text Example

White with #100595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100595; }

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

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

background-color css

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

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

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

border-color css

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

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

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