Html Css Color HEX #100F7F Ultramarine

📋 copy color: '#100F7F'

red 16 ◦ green 15 ◦ blue 127

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

Shades of Ultramarine #100F7F

Tints of Ultramarine #100F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 80.38%

R = 10.13%
G = 9.49%
B = 80.38%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#100F7F (or 0x100F7F) is known color: Ultramarine. HEX triplet: 10, 0F and 7F. RGB value is (16,15,127). Sum of RGB (Red+Green+Blue) = 16+15+127=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 127 (50% from 255 or 80.38% from 158); Max value from RGB is 127 - color contains mainly: blue. Hex color #100F7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F7F is #EFF080. Grayscale: #1B1B1B. Windows color (decimal): -15724673 or 8326928. OLE color: 8326928.

HSL color Cylindrical-coordinate representation of color #100F7F: hue angle of 240.54º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100F7F is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 15 127 -
CMYK 0.87 0.88 0 0.50
HSL 240.54º 0.79% 0.28% -
HSV(B) 240.54º 0.88% 0.5% -
XYZ 4.22 1.98 20.24 -
YUV 28.07 183.83 119.39 -
System Red Green Blue C M Y K H S L
Decimal 16 15 127 0.87 0.88 0 0.50 240.54 0.79 0.28
Hex 10 F 7F 57 58 0 32 F1 4F 1C
Octal 20 17 177 127 130 0 62 361 117 34
Binary 10000 1111 1111111 1010111 1011000 0 110010 11110001 1001111 11100

Color Harmonies of #100F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100F7F

Black with #100F7F

Text Example


Text Example

White with #100F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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