Html Css Color HEX #152391 Ultramarine

📋 copy color: '#152391'

red 21 ◦ green 35 ◦ blue 145

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

Shades of Ultramarine #152391

Tints of Ultramarine #152391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 72.14%

R = 10.45%
G = 17.41%
B = 72.14%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#152391 (or 0x152391) is known color: Ultramarine. HEX triplet: 15, 23 and 91. RGB value is (21,35,145). Sum of RGB (Red+Green+Blue) = 21+35+145=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 145 (57.03% from 255 or 72.14% from 201); Max value from RGB is 145 - color contains mainly: blue. Hex color #152391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152391 is #EADC6E. Grayscale: #2A2A2A. Windows color (decimal): -15391855 or 9511701. OLE color: 9511701.

HSL color Cylindrical-coordinate representation of color #152391: hue angle of 233.23º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152391 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 35 145 -
CMYK 0.86 0.76 0 0.43
HSL 233.23º 0.75% 0.33% -
HSV(B) 233.23º 0.86% 0.57% -
XYZ 6.02 3.41 27.13 -
YUV 43.35 185.36 112.06 -
System Red Green Blue C M Y K H S L
Decimal 21 35 145 0.86 0.76 0 0.43 233.23 0.75 0.33
Hex 15 23 91 56 4C 0 2B E9 4B 21
Octal 25 43 221 126 114 0 53 351 113 41
Binary 10101 100011 10010001 1010110 1001100 0 101011 11101001 1001011 100001

Color Harmonies of #152391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152391

Black with #152391

Text Example


Text Example

White with #152391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152391; }

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

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

background-color css

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

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

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

border-color css

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

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

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