Html Css Color HEX #100491 Ultramarine

📋 copy color: '#100491'

red 16 ◦ green 4 ◦ blue 145

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

Shades of Ultramarine #100491

Tints of Ultramarine #100491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 87.88%

R = 9.7%
G = 2.42%
B = 87.88%

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

#100491 (or 0x100491) is known color: Ultramarine. HEX triplet: 10, 04 and 91. RGB value is (16,4,145). Sum of RGB (Red+Green+Blue) = 16+4+145=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 145 (57.03% from 255 or 87.88% from 165); Max value from RGB is 145 - color contains mainly: blue. Hex color #100491 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100491 is #EFFB6E. Grayscale: #171717. Windows color (decimal): -15727471 or 9503760. OLE color: 9503760.

HSL color Cylindrical-coordinate representation of color #100491: hue angle of 245.11º 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 #100491 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 16 4 145 -
CMYK 0.89 0.97 0 0.43
HSL 245.11º 0.95% 0.29% -
HSV(B) 245.11º 0.97% 0.57% -
XYZ 5.37 2.24 26.94 -
YUV 23.66 196.48 122.54 -
System Red Green Blue C M Y K H S L
Decimal 16 4 145 0.89 0.97 0 0.43 245.11 0.95 0.29
Hex 10 4 91 59 61 0 2B F5 5F 1D
Octal 20 4 221 131 141 0 53 365 137 35
Binary 10000 100 10010001 1011001 1100001 0 101011 11110101 1011111 11101

Color Harmonies of #100491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100491

Black with #100491

Text Example


Text Example

White with #100491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100491; }

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

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

background-color css

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

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

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

border-color css

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

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

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