Html Css Color HEX #100093 Ultramarine

📋 copy color: '#100093'

red 16 ◦ green 0 ◦ blue 147

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

Shades of Ultramarine #100093

Tints of Ultramarine #100093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 9.82%
G = 0%
B = 90.18%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#100093 (or 0x100093) is known color: Ultramarine. HEX triplet: 10, 00 and 93. RGB value is (16,0,147). Sum of RGB (Red+Green+Blue) = 16+0+147=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 147 (57.81% from 255 or 90.18% from 163); Max value from RGB is 147 - color contains mainly: blue. Hex color #100093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100093 is #EFFF6C. Grayscale: #141414. Windows color (decimal): -15728493 or 9633808. OLE color: 9633808.

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

Color convert

RGB 16 0 147 -
CMYK 0.89 1 0 0.42
HSL 246.53º 1% 0.29% -
HSV(B) 246.53º 1% 0.58% -
XYZ 5.48 2.22 27.74 -
YUV 21.54 198.8 124.05 -
System Red Green Blue C M Y K H S L
Decimal 16 0 147 0.89 1 0 0.42 246.53 1 0.29
Hex 10 0 93 59 64 0 2A F7 64 1D
Octal 20 0 223 131 144 0 52 367 144 35
Binary 10000 0 10010011 1011001 1100100 0 101010 11110111 1100100 11101

Color Harmonies of #100093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100093

Black with #100093

Text Example


Text Example

White with #100093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100093; }

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

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

background-color css

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

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

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

border-color css

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

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

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