Html Css Color HEX #100E98 Ultramarine

📋 copy color: '#100E98'

red 16 ◦ green 14 ◦ blue 152

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

Shades of Ultramarine #100E98

Tints of Ultramarine #100E98

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.69%

 BLUE value IS 152 (59.77% from 255) = 83.52%

R = 8.79%
G = 7.69%
B = 83.52%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#100E98 (or 0x100E98) is known color: Ultramarine. HEX triplet: 10, 0E and 98. RGB value is (16,14,152). Sum of RGB (Red+Green+Blue) = 16+14+152=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 152 (59.77% from 255 or 83.52% from 182); Max value from RGB is 152 - color contains mainly: blue. Hex color #100E98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100E98 is #EFF167. Grayscale: #1D1D1D. Windows color (decimal): -15724904 or 9965072. OLE color: 9965072.

HSL color Cylindrical-coordinate representation of color #100E98: hue angle of 240.87º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100E98 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 14 152 -
CMYK 0.89 0.91 0 0.40
HSL 240.87º 0.83% 0.33% -
HSV(B) 240.87º 0.91% 0.6% -
XYZ 6.04 2.69 29.91 -
YUV 30.33 196.66 117.78 -
System Red Green Blue C M Y K H S L
Decimal 16 14 152 0.89 0.91 0 0.40 240.87 0.83 0.33
Hex 10 E 98 59 5B 0 28 F1 53 21
Octal 20 16 230 131 133 0 50 361 123 41
Binary 10000 1110 10011000 1011001 1011011 0 101000 11110001 1010011 100001

Color Harmonies of #100E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100E98

Black with #100E98

Text Example


Text Example

White with #100E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,14,152); }

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

background-color css

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

 a { background-color: rgb(16,14,152); }

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

border-color css

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

 span { border-color: rgb(16,14,152); }

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