Html Css Color HEX #100295 Ultramarine

📋 copy color: '#100295'

red 16 ◦ green 2 ◦ blue 149

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

Shades of Ultramarine #100295

Tints of Ultramarine #100295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 9.58%
G = 1.2%
B = 89.22%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#100295 (or 0x100295) is known color: Ultramarine. HEX triplet: 10, 02 and 95. RGB value is (16,2,149). Sum of RGB (Red+Green+Blue) = 16+2+149=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 149 (58.59% from 255 or 89.22% from 167); Max value from RGB is 149 - color contains mainly: blue. Hex color #100295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100295 is #EFFD6A. Grayscale: #161616. Windows color (decimal): -15727979 or 9765392. OLE color: 9765392.

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

Color convert

RGB 16 2 149 -
CMYK 0.89 0.99 0 0.42
HSL 245.71º 0.97% 0.3% -
HSV(B) 245.71º 0.99% 0.58% -
XYZ 5.66 2.32 28.58 -
YUV 22.94 199.14 123.05 -
System Red Green Blue C M Y K H S L
Decimal 16 2 149 0.89 0.99 0 0.42 245.71 0.97 0.3
Hex 10 2 95 59 63 0 2A F6 61 1E
Octal 20 2 225 131 143 0 52 366 141 36
Binary 10000 10 10010101 1011001 1100011 0 101010 11110110 1100001 11110

Color Harmonies of #100295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100295

Black with #100295

Text Example


Text Example

White with #100295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100295; }

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

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

background-color css

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

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

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

border-color css

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

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

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