Html Css Color HEX #100D9B Ultramarine

📋 copy color: '#100D9B'

red 16 ◦ green 13 ◦ blue 155

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

Shades of Ultramarine #100D9B

Tints of Ultramarine #100D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 84.24%

R = 8.7%
G = 7.07%
B = 84.24%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#100D9B (or 0x100D9B) is known color: Ultramarine. HEX triplet: 10, 0D and 9B. RGB value is (16,13,155). Sum of RGB (Red+Green+Blue) = 16+13+155=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 155 (60.94% from 255 or 84.24% from 184); Max value from RGB is 155 - color contains mainly: blue. Hex color #100D9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100D9B is #EFF264. Grayscale: #1D1D1D. Windows color (decimal): -15725157 or 10161424. OLE color: 10161424.

HSL color Cylindrical-coordinate representation of color #100D9B: hue angle of 241.27º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100D9B is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 13 155 -
CMYK 0.90 0.92 0 0.39
HSL 241.27º 0.85% 0.33% -
HSV(B) 241.27º 0.92% 0.61% -
XYZ 6.27 2.76 31.21 -
YUV 30.09 198.49 117.95 -
System Red Green Blue C M Y K H S L
Decimal 16 13 155 0.90 0.92 0 0.39 241.27 0.85 0.33
Hex 10 D 9B 5A 5C 0 27 F1 55 21
Octal 20 15 233 132 134 0 47 361 125 41
Binary 10000 1101 10011011 1011010 1011100 0 100111 11110001 1010101 100001

Color Harmonies of #100D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100D9B

Black with #100D9B

Text Example


Text Example

White with #100D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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