Html Css Color HEX #100B8B Ultramarine

📋 copy color: '#100B8B'

red 16 ◦ green 11 ◦ blue 139

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

Shades of Ultramarine #100B8B

Tints of Ultramarine #100B8B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.63%

 BLUE value IS 139 (54.69% from 255) = 83.73%

R = 9.64%
G = 6.63%
B = 83.73%

CMYK

 C value IS 0.88

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#100B8B (or 0x100B8B) is known color: Ultramarine. HEX triplet: 10, 0B and 8B. RGB value is (16,11,139). Sum of RGB (Red+Green+Blue) = 16+11+139=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 139 (54.69% from 255 or 83.73% from 166); Max value from RGB is 139 - color contains mainly: blue. Hex color #100B8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100B8B is #EFF474. Grayscale: #1A1A1A. Windows color (decimal): -15725685 or 9112336. OLE color: 9112336.

HSL color Cylindrical-coordinate representation of color #100B8B: hue angle of 242.34º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100B8B is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 11 139 -
CMYK 0.88 0.92 0 0.45
HSL 242.34º 0.85% 0.29% -
HSV(B) 242.34º 0.92% 0.55% -
XYZ 4.99 2.21 24.59 -
YUV 27.09 191.16 120.09 -
System Red Green Blue C M Y K H S L
Decimal 16 11 139 0.88 0.92 0 0.45 242.34 0.85 0.29
Hex 10 B 8B 58 5C 0 2D F2 55 1D
Octal 20 13 213 130 134 0 55 362 125 35
Binary 10000 1011 10001011 1011000 1011100 0 101101 11110010 1010101 11101

Color Harmonies of #100B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100B8B

Black with #100B8B

Text Example


Text Example

White with #100B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,11,139); }

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

background-color css

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

 a { background-color: rgb(16,11,139); }

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

border-color css

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

 span { border-color: rgb(16,11,139); }

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