Html Css Color HEX #100290 Ultramarine

📋 copy color: '#100290'

red 16 ◦ green 2 ◦ blue 144

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

Shades of Ultramarine #100290

Tints of Ultramarine #100290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

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

R = 9.88%
G = 1.23%
B = 88.89%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#100290 (or 0x100290) is known color: Ultramarine. HEX triplet: 10, 02 and 90. RGB value is (16,2,144). Sum of RGB (Red+Green+Blue) = 16+2+144=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 144 (56.64% from 255 or 88.89% from 162); Max value from RGB is 144 - color contains mainly: blue. Hex color #100290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100290 is #EFFD6F. Grayscale: #151515. Windows color (decimal): -15727984 or 9437712. OLE color: 9437712.

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

Color convert

RGB 16 2 144 -
CMYK 0.89 0.99 0 0.44
HSL 245.92º 0.97% 0.29% -
HSV(B) 245.92º 0.99% 0.56% -
XYZ 5.27 2.17 26.53 -
YUV 22.37 196.64 123.45 -
System Red Green Blue C M Y K H S L
Decimal 16 2 144 0.89 0.99 0 0.44 245.92 0.97 0.29
Hex 10 2 90 59 63 0 2C F6 61 1D
Octal 20 2 220 131 143 0 54 366 141 35
Binary 10000 10 10010000 1011001 1100011 0 101100 11110110 1100001 11101

Color Harmonies of #100290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100290

Black with #100290

Text Example


Text Example

White with #100290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100290; }

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

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

background-color css

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

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

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

border-color css

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

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

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