Html Css Color HEX #151990 Ultramarine

📋 copy color: '#151990'

red 21 ◦ green 25 ◦ blue 144

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

Shades of Ultramarine #151990

Tints of Ultramarine #151990

RGB

 RED value IS 21 (8.59% from 255) = 11.05%

 GREEN value IS 25 (10.16% from 255) = 13.16%

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

R = 11.05%
G = 13.16%
B = 75.79%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#151990 (or 0x151990) is known color: Ultramarine. HEX triplet: 15, 19 and 90. RGB value is (21,25,144). Sum of RGB (Red+Green+Blue) = 21+25+144=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 144 (56.64% from 255 or 75.79% from 190); Max value from RGB is 144 - color contains mainly: blue. Hex color #151990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151990 is #EAE66F. Grayscale: #242424. Windows color (decimal): -15394416 or 9443605. OLE color: 9443605.

HSL color Cylindrical-coordinate representation of color #151990: hue angle of 238.05º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #151990 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 25 144 -
CMYK 0.85 0.83 0 0.44
HSL 238.05º 0.75% 0.32% -
HSV(B) 238.05º 0.85% 0.56% -
XYZ 5.69 2.87 26.64 -
YUV 37.37 188.17 116.32 -
System Red Green Blue C M Y K H S L
Decimal 21 25 144 0.85 0.83 0 0.44 238.05 0.75 0.32
Hex 15 19 90 55 53 0 2C EE 4B 20
Octal 25 31 220 125 123 0 54 356 113 40
Binary 10101 11001 10010000 1010101 1010011 0 101100 11101110 1001011 100000

Color Harmonies of #151990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151990

Black with #151990

Text Example


Text Example

White with #151990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151990; }

 p { color: rgb(21,25,144); }

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

background-color css

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

 a { background-color: rgb(21,25,144); }

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

border-color css

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

 span { border-color: rgb(21,25,144); }

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