Html Css Color HEX #100D7F Ultramarine

📋 copy color: '#100D7F'

red 16 ◦ green 13 ◦ blue 127

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

Shades of Ultramarine #100D7F

Tints of Ultramarine #100D7F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.33%

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

R = 10.26%
G = 8.33%
B = 81.41%

CMYK

 C value IS 0.87

 M value IS 0.90

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#100D7F (or 0x100D7F) is known color: Ultramarine. HEX triplet: 10, 0D and 7F. RGB value is (16,13,127). Sum of RGB (Red+Green+Blue) = 16+13+127=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 127 (50% from 255 or 81.41% from 156); Max value from RGB is 127 - color contains mainly: blue. Hex color #100D7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100D7F is #EFF280. Grayscale: #1A1A1A. Windows color (decimal): -15725185 or 8326416. OLE color: 8326416.

HSL color Cylindrical-coordinate representation of color #100D7F: hue angle of 241.58º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #100D7F is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 13 127 -
CMYK 0.87 0.90 0 0.50
HSL 241.58º 0.81% 0.27% -
HSV(B) 241.58º 0.9% 0.5% -
XYZ 4.19 1.93 20.23 -
YUV 26.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 16 13 127 0.87 0.90 0 0.50 241.58 0.81 0.27
Hex 10 D 7F 57 5A 0 32 F2 51 1B
Octal 20 15 177 127 132 0 62 362 121 33
Binary 10000 1101 1111111 1010111 1011010 0 110010 11110010 1010001 11011

Color Harmonies of #100D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100D7F

Black with #100D7F

Text Example


Text Example

White with #100D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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