Html Css Color HEX #152091 Ultramarine

📋 copy color: '#152091'

red 21 ◦ green 32 ◦ blue 145

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

Shades of Ultramarine #152091

Tints of Ultramarine #152091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

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

R = 10.61%
G = 16.16%
B = 73.23%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#152091 (or 0x152091) is known color: Ultramarine. HEX triplet: 15, 20 and 91. RGB value is (21,32,145). Sum of RGB (Red+Green+Blue) = 21+32+145=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #152091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152091 is #EADF6E. Grayscale: #292929. Windows color (decimal): -15392623 or 9510933. OLE color: 9510933.

HSL color Cylindrical-coordinate representation of color #152091: hue angle of 234.68º 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 #152091 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 32 145 -
CMYK 0.86 0.78 0 0.43
HSL 234.68º 0.75% 0.33% -
HSV(B) 234.68º 0.86% 0.57% -
XYZ 5.94 3.24 27.1 -
YUV 41.59 186.36 113.31 -
System Red Green Blue C M Y K H S L
Decimal 21 32 145 0.86 0.78 0 0.43 234.68 0.75 0.33
Hex 15 20 91 56 4E 0 2B EB 4B 21
Octal 25 40 221 126 116 0 53 353 113 41
Binary 10101 100000 10010001 1010110 1001110 0 101011 11101011 1001011 100001

Color Harmonies of #152091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152091

Black with #152091

Text Example


Text Example

White with #152091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152091; }

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

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

background-color css

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

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

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

border-color css

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

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

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