Html Css Color HEX #100F99 Ultramarine

📋 copy color: '#100F99'

red 16 ◦ green 15 ◦ blue 153

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

Shades of Ultramarine #100F99

Tints of Ultramarine #100F99

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.15%

 BLUE value IS 153 (60.16% from 255) = 83.15%

R = 8.7%
G = 8.15%
B = 83.15%

CMYK

 C value IS 0.90

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#100F99 (or 0x100F99) is known color: Ultramarine. HEX triplet: 10, 0F and 99. RGB value is (16,15,153). Sum of RGB (Red+Green+Blue) = 16+15+153=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 153 (60.16% from 255 or 83.15% from 184); Max value from RGB is 153 - color contains mainly: blue. Hex color #100F99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100F99 is #EFF066. Grayscale: #1E1E1E. Windows color (decimal): -15724647 or 10030864. OLE color: 10030864.

HSL color Cylindrical-coordinate representation of color #100F99: hue angle of 240.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #100F99 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 15 153 -
CMYK 0.90 0.90 0 0.4
HSL 240.43º 0.82% 0.33% -
HSV(B) 240.43º 0.9% 0.6% -
XYZ 6.13 2.75 30.34 -
YUV 31.03 196.83 117.28 -
System Red Green Blue C M Y K H S L
Decimal 16 15 153 0.90 0.90 0 0.4 240.43 0.82 0.33
Hex 10 F 99 5A 5A 0 28 F0 52 21
Octal 20 17 231 132 132 0 50 360 122 41
Binary 10000 1111 10011001 1011010 1011010 0 101000 11110000 1010010 100001

Color Harmonies of #100F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100F99

Black with #100F99

Text Example


Text Example

White with #100F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100F99; }

 p { color: rgb(16,15,153); }

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

background-color css

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

 a { background-color: rgb(16,15,153); }

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

border-color css

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

 span { border-color: rgb(16,15,153); }

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