Html Css Color HEX #152096 Ultramarine

📋 copy color: '#152096'

red 21 ◦ green 32 ◦ blue 150

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

Shades of Ultramarine #152096

Tints of Ultramarine #152096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 73.89%

R = 10.34%
G = 15.76%
B = 73.89%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#152096 (or 0x152096) is known color: Ultramarine. HEX triplet: 15, 20 and 96. RGB value is (21,32,150). Sum of RGB (Red+Green+Blue) = 21+32+150=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 150 (58.98% from 255 or 73.89% from 203); Max value from RGB is 150 - color contains mainly: blue. Hex color #152096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152096 is #EADF69. Grayscale: #292929. Windows color (decimal): -15392618 or 9838613. OLE color: 9838613.

HSL color Cylindrical-coordinate representation of color #152096: hue angle of 234.88º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152096 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 32 150 -
CMYK 0.86 0.79 0 0.41
HSL 234.88º 0.75% 0.34% -
HSV(B) 234.88º 0.86% 0.59% -
XYZ 6.33 3.39 29.18 -
YUV 42.16 188.86 112.91 -
System Red Green Blue C M Y K H S L
Decimal 21 32 150 0.86 0.79 0 0.41 234.88 0.75 0.34
Hex 15 20 96 56 4F 0 29 EB 4B 22
Octal 25 40 226 126 117 0 51 353 113 42
Binary 10101 100000 10010110 1010110 1001111 0 101001 11101011 1001011 100010

Color Harmonies of #152096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152096

Black with #152096

Text Example


Text Example

White with #152096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152096; }

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

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

background-color css

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

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

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

border-color css

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

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

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