Html Css Color HEX #152390 Ultramarine

📋 copy color: '#152390'

red 21 ◦ green 35 ◦ blue 144

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

Shades of Ultramarine #152390

Tints of Ultramarine #152390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

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

R = 10.5%
G = 17.5%
B = 72%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#152390 (or 0x152390) is known color: Ultramarine. HEX triplet: 15, 23 and 90. RGB value is (21,35,144). Sum of RGB (Red+Green+Blue) = 21+35+144=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 144 (56.64% from 255 or 72% from 200); Max value from RGB is 144 - color contains mainly: blue. Hex color #152390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152390 is #EADC6F. Grayscale: #2A2A2A. Windows color (decimal): -15391856 or 9446165. OLE color: 9446165.

HSL color Cylindrical-coordinate representation of color #152390: hue angle of 233.17º 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 #152390 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 35 144 -
CMYK 0.85 0.76 0 0.44
HSL 233.17º 0.75% 0.32% -
HSV(B) 233.17º 0.85% 0.56% -
XYZ 5.94 3.38 26.72 -
YUV 43.24 184.86 112.14 -
System Red Green Blue C M Y K H S L
Decimal 21 35 144 0.85 0.76 0 0.44 233.17 0.75 0.32
Hex 15 23 90 55 4C 0 2C E9 4B 20
Octal 25 43 220 125 114 0 54 351 113 40
Binary 10101 100011 10010000 1010101 1001100 0 101100 11101001 1001011 100000

Color Harmonies of #152390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152390

Black with #152390

Text Example


Text Example

White with #152390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152390; }

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

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

background-color css

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

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

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

border-color css

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

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

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