Html Css Color HEX #100293 Ultramarine

📋 copy color: '#100293'

red 16 ◦ green 2 ◦ blue 147

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

Shades of Ultramarine #100293

Tints of Ultramarine #100293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 89.09%

R = 9.7%
G = 1.21%
B = 89.09%

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

#100293 (or 0x100293) is known color: Ultramarine. HEX triplet: 10, 02 and 93. RGB value is (16,2,147). Sum of RGB (Red+Green+Blue) = 16+2+147=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 147 (57.81% from 255 or 89.09% from 165); Max value from RGB is 147 - color contains mainly: blue. Hex color #100293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100293 is #EFFD6C. Grayscale: #161616. Windows color (decimal): -15727981 or 9634320. OLE color: 9634320.

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

Color convert

RGB 16 2 147 -
CMYK 0.89 0.99 0 0.42
HSL 245.79º 0.97% 0.29% -
HSV(B) 245.79º 0.99% 0.58% -
XYZ 5.5 2.26 27.75 -
YUV 22.72 198.14 123.21 -
System Red Green Blue C M Y K H S L
Decimal 16 2 147 0.89 0.99 0 0.42 245.79 0.97 0.29
Hex 10 2 93 59 63 0 2A F6 61 1D
Octal 20 2 223 131 143 0 52 366 141 35
Binary 10000 10 10010011 1011001 1100011 0 101010 11110110 1100001 11101

Color Harmonies of #100293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100293

Black with #100293

Text Example


Text Example

White with #100293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100293; }

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

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

background-color css

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

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

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

border-color css

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

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

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