Html Css Color HEX #152196 Ultramarine

📋 copy color: '#152196'

red 21 ◦ green 33 ◦ blue 150

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

Shades of Ultramarine #152196

Tints of Ultramarine #152196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.18%

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

R = 10.29%
G = 16.18%
B = 73.53%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#152196 (or 0x152196) is known color: Ultramarine. HEX triplet: 15, 21 and 96. RGB value is (21,33,150). Sum of RGB (Red+Green+Blue) = 21+33+150=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #152196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152196 is #EADE69. Grayscale: #2A2A2A. Windows color (decimal): -15392362 or 9838869. OLE color: 9838869.

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

Color convert

RGB 21 33 150 -
CMYK 0.86 0.78 0 0.41
HSL 234.42º 0.75% 0.34% -
HSV(B) 234.42º 0.86% 0.59% -
XYZ 6.36 3.45 29.18 -
YUV 42.75 188.52 112.49 -
System Red Green Blue C M Y K H S L
Decimal 21 33 150 0.86 0.78 0 0.41 234.42 0.75 0.34
Hex 15 21 96 56 4E 0 29 EA 4B 22
Octal 25 41 226 126 116 0 51 352 113 42
Binary 10101 100001 10010110 1010110 1001110 0 101001 11101010 1001011 100010

Color Harmonies of #152196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152196

Black with #152196

Text Example


Text Example

White with #152196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152196; }

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

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

background-color css

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

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

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

border-color css

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

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

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