Html Css Color HEX #100B9E Ultramarine

📋 copy color: '#100B9E'

red 16 ◦ green 11 ◦ blue 158

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

Shades of Ultramarine #100B9E

Tints of Ultramarine #100B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 85.41%

R = 8.65%
G = 5.95%
B = 85.41%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#100B9E (or 0x100B9E) is known color: Ultramarine. HEX triplet: 10, 0B and 9E. RGB value is (16,11,158). Sum of RGB (Red+Green+Blue) = 16+11+158=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 158 (62.11% from 255 or 85.41% from 185); Max value from RGB is 158 - color contains mainly: blue. Hex color #100B9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100B9E is #EFF461. Grayscale: #1C1C1C. Windows color (decimal): -15725666 or 10357520. OLE color: 10357520.

HSL color Cylindrical-coordinate representation of color #100B9E: hue angle of 242.04º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100B9E is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 11 158 -
CMYK 0.90 0.93 0 0.38
HSL 242.04º 0.87% 0.33% -
HSV(B) 242.04º 0.93% 0.62% -
XYZ 6.5 2.82 32.55 -
YUV 29.25 200.66 118.55 -
System Red Green Blue C M Y K H S L
Decimal 16 11 158 0.90 0.93 0 0.38 242.04 0.87 0.33
Hex 10 B 9E 5A 5D 0 26 F2 57 21
Octal 20 13 236 132 135 0 46 362 127 41
Binary 10000 1011 10011110 1011010 1011101 0 100110 11110010 1010111 100001

Color Harmonies of #100B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100B9E

Black with #100B9E

Text Example


Text Example

White with #100B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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