Html Css Color HEX #100492 Ultramarine

📋 copy color: '#100492'

red 16 ◦ green 4 ◦ blue 146

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

Shades of Ultramarine #100492

Tints of Ultramarine #100492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.41%

 BLUE value IS 146 (57.42% from 255) = 87.95%

R = 9.64%
G = 2.41%
B = 87.95%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#100492 (or 0x100492) is known color: Ultramarine. HEX triplet: 10, 04 and 92. RGB value is (16,4,146). Sum of RGB (Red+Green+Blue) = 16+4+146=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 146 (57.42% from 255 or 87.95% from 166); Max value from RGB is 146 - color contains mainly: blue. Hex color #100492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100492 is #EFFB6D. Grayscale: #171717. Windows color (decimal): -15727470 or 9569296. OLE color: 9569296.

HSL color Cylindrical-coordinate representation of color #100492: hue angle of 245.07º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100492 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 16 4 146 -
CMYK 0.89 0.97 0 0.43
HSL 245.07º 0.95% 0.29% -
HSV(B) 245.07º 0.97% 0.57% -
XYZ 5.45 2.27 27.35 -
YUV 23.78 196.98 122.45 -
System Red Green Blue C M Y K H S L
Decimal 16 4 146 0.89 0.97 0 0.43 245.07 0.95 0.29
Hex 10 4 92 59 61 0 2B F5 5F 1D
Octal 20 4 222 131 141 0 53 365 137 35
Binary 10000 100 10010010 1011001 1100001 0 101011 11110101 1011111 11101

Color Harmonies of #100492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100492

Black with #100492

Text Example


Text Example

White with #100492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100492; }

 p { color: rgb(16,4,146); }

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

background-color css

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

 a { background-color: rgb(16,4,146); }

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

border-color css

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

 span { border-color: rgb(16,4,146); }

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