Html Css Color HEX #151290 Ultramarine

📋 copy color: '#151290'

red 21 ◦ green 18 ◦ blue 144

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

Shades of Ultramarine #151290

Tints of Ultramarine #151290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.84%

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

R = 11.48%
G = 9.84%
B = 78.69%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#151290 (or 0x151290) is known color: Ultramarine. HEX triplet: 15, 12 and 90. RGB value is (21,18,144). Sum of RGB (Red+Green+Blue) = 21+18+144=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 144 (56.64% from 255 or 78.69% from 183); Max value from RGB is 144 - color contains mainly: blue. Hex color #151290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151290 is #EAED6F. Grayscale: #202020. Windows color (decimal): -15396208 or 9441813. OLE color: 9441813.

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

Color convert

RGB 21 18 144 -
CMYK 0.85 0.88 0 0.44
HSL 241.43º 0.78% 0.32% -
HSV(B) 241.43º 0.88% 0.56% -
XYZ 5.56 2.61 26.6 -
YUV 33.26 190.49 119.25 -
System Red Green Blue C M Y K H S L
Decimal 21 18 144 0.85 0.88 0 0.44 241.43 0.78 0.32
Hex 15 12 90 55 58 0 2C F1 4E 20
Octal 25 22 220 125 130 0 54 361 116 40
Binary 10101 10010 10010000 1010101 1011000 0 101100 11110001 1001110 100000

Color Harmonies of #151290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151290

Black with #151290

Text Example


Text Example

White with #151290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151290; }

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

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

background-color css

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

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

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

border-color css

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

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

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