Html Css Color HEX #100490 Ultramarine

📋 copy color: '#100490'

red 16 ◦ green 4 ◦ blue 144

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

Shades of Ultramarine #100490

Tints of Ultramarine #100490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 87.8%

R = 9.76%
G = 2.44%
B = 87.8%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#100490 (or 0x100490) is known color: Ultramarine. HEX triplet: 10, 04 and 90. RGB value is (16,4,144). Sum of RGB (Red+Green+Blue) = 16+4+144=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 144 (56.64% from 255 or 87.80% from 164); Max value from RGB is 144 - color contains mainly: blue. Hex color #100490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100490 is #EFFB6F. Grayscale: #171717. Windows color (decimal): -15727472 or 9438224. OLE color: 9438224.

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

Color convert

RGB 16 4 144 -
CMYK 0.89 0.97 0 0.44
HSL 245.14º 0.95% 0.29% -
HSV(B) 245.14º 0.97% 0.56% -
XYZ 5.29 2.21 26.53 -
YUV 23.55 195.98 122.62 -
System Red Green Blue C M Y K H S L
Decimal 16 4 144 0.89 0.97 0 0.44 245.14 0.95 0.29
Hex 10 4 90 59 61 0 2C F5 5F 1D
Octal 20 4 220 131 141 0 54 365 137 35
Binary 10000 100 10010000 1011001 1100001 0 101100 11110101 1011111 11101

Color Harmonies of #100490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100490

Black with #100490

Text Example


Text Example

White with #100490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100490; }

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

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

background-color css

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

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

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

border-color css

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

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

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