Html Css Color HEX #152092 Ultramarine

📋 copy color: '#152092'

red 21 ◦ green 32 ◦ blue 146

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

Shades of Ultramarine #152092

Tints of Ultramarine #152092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 73.37%

R = 10.55%
G = 16.08%
B = 73.37%

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

#152092 (or 0x152092) is known color: Ultramarine. HEX triplet: 15, 20 and 92. RGB value is (21,32,146). Sum of RGB (Red+Green+Blue) = 21+32+146=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #152092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152092 is #EADF6D. Grayscale: #292929. Windows color (decimal): -15392622 or 9576469. OLE color: 9576469.

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

Color convert

RGB 21 32 146 -
CMYK 0.86 0.78 0 0.43
HSL 234.72º 0.75% 0.33% -
HSV(B) 234.72º 0.86% 0.57% -
XYZ 6.01 3.27 27.51 -
YUV 41.71 186.86 113.23 -
System Red Green Blue C M Y K H S L
Decimal 21 32 146 0.86 0.78 0 0.43 234.72 0.75 0.33
Hex 15 20 92 56 4E 0 2B EB 4B 21
Octal 25 40 222 126 116 0 53 353 113 41
Binary 10101 100000 10010010 1010110 1001110 0 101011 11101011 1001011 100001

Color Harmonies of #152092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152092

Black with #152092

Text Example


Text Example

White with #152092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152092; }

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

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

background-color css

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

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

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

border-color css

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

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

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