Html Css Color HEX #100291 Ultramarine

📋 copy color: '#100291'

red 16 ◦ green 2 ◦ blue 145

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

Shades of Ultramarine #100291

Tints of Ultramarine #100291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 88.96%

R = 9.82%
G = 1.23%
B = 88.96%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#100291 (or 0x100291) is known color: Ultramarine. HEX triplet: 10, 02 and 91. RGB value is (16,2,145). Sum of RGB (Red+Green+Blue) = 16+2+145=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 145 (57.03% from 255 or 88.96% from 163); Max value from RGB is 145 - color contains mainly: blue. Hex color #100291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100291 is #EFFD6E. Grayscale: #151515. Windows color (decimal): -15727983 or 9503248. OLE color: 9503248.

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

Color convert

RGB 16 2 145 -
CMYK 0.89 0.99 0 0.43
HSL 245.87º 0.97% 0.29% -
HSV(B) 245.87º 0.99% 0.57% -
XYZ 5.35 2.2 26.93 -
YUV 22.49 197.14 123.37 -
System Red Green Blue C M Y K H S L
Decimal 16 2 145 0.89 0.99 0 0.43 245.87 0.97 0.29
Hex 10 2 91 59 63 0 2B F6 61 1D
Octal 20 2 221 131 143 0 53 366 141 35
Binary 10000 10 10010001 1011001 1100011 0 101011 11110110 1100001 11101

Color Harmonies of #100291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100291

Black with #100291

Text Example


Text Example

White with #100291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100291; }

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

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

background-color css

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

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

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

border-color css

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

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

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