Html Css Color HEX #100198 Ultramarine

📋 copy color: '#100198'

red 16 ◦ green 1 ◦ blue 152

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

Shades of Ultramarine #100198

Tints of Ultramarine #100198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 9.47%
G = 0.59%
B = 89.94%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#100198 (or 0x100198) is known color: Ultramarine. HEX triplet: 10, 01 and 98. RGB value is (16,1,152). Sum of RGB (Red+Green+Blue) = 16+1+152=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 152 (59.77% from 255 or 89.94% from 169); Max value from RGB is 152 - color contains mainly: blue. Hex color #100198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100198 is #EFFE67. Grayscale: #161616. Windows color (decimal): -15728232 or 9961744. OLE color: 9961744.

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

Color convert

RGB 16 1 152 -
CMYK 0.89 0.99 0 0.40
HSL 245.96º 0.99% 0.3% -
HSV(B) 245.96º 0.99% 0.6% -
XYZ 5.89 2.4 29.86 -
YUV 22.7 200.97 123.22 -
System Red Green Blue C M Y K H S L
Decimal 16 1 152 0.89 0.99 0 0.40 245.96 0.99 0.3
Hex 10 1 98 59 63 0 28 F6 63 1E
Octal 20 1 230 131 143 0 50 366 143 36
Binary 10000 1 10011000 1011001 1100011 0 101000 11110110 1100011 11110

Color Harmonies of #100198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100198

Black with #100198

Text Example


Text Example

White with #100198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100198; }

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

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

background-color css

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

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

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

border-color css

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

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

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