Html Css Color HEX #100393 Ultramarine

📋 copy color: '#100393'

red 16 ◦ green 3 ◦ blue 147

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

Shades of Ultramarine #100393

Tints of Ultramarine #100393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.81%

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

R = 9.64%
G = 1.81%
B = 88.55%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#100393 (or 0x100393) is known color: Ultramarine. HEX triplet: 10, 03 and 93. RGB value is (16,3,147). Sum of RGB (Red+Green+Blue) = 16+3+147=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 147 (57.81% from 255 or 88.55% from 166); Max value from RGB is 147 - color contains mainly: blue. Hex color #100393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100393 is #EFFC6C. Grayscale: #161616. Windows color (decimal): -15727725 or 9634576. OLE color: 9634576.

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

Color convert

RGB 16 3 147 -
CMYK 0.89 0.98 0 0.42
HSL 245.42º 0.96% 0.29% -
HSV(B) 245.42º 0.98% 0.58% -
XYZ 5.51 2.28 27.75 -
YUV 23.3 197.81 122.79 -
System Red Green Blue C M Y K H S L
Decimal 16 3 147 0.89 0.98 0 0.42 245.42 0.96 0.29
Hex 10 3 93 59 62 0 2A F5 60 1D
Octal 20 3 223 131 142 0 52 365 140 35
Binary 10000 11 10010011 1011001 1100010 0 101010 11110101 1100000 11101

Color Harmonies of #100393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100393

Black with #100393

Text Example


Text Example

White with #100393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100393; }

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

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

background-color css

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

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

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

border-color css

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

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

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