Html Css Color HEX #152189 Ultramarine

📋 copy color: '#152189'

red 21 ◦ green 33 ◦ blue 137

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

Shades of Ultramarine #152189

Tints of Ultramarine #152189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 71.73%

R = 10.99%
G = 17.28%
B = 71.73%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#152189 (or 0x152189) is known color: Ultramarine. HEX triplet: 15, 21 and 89. RGB value is (21,33,137). Sum of RGB (Red+Green+Blue) = 21+33+137=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 137 (53.91% from 255 or 71.73% from 191); Max value from RGB is 137 - color contains mainly: blue. Hex color #152189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152189 is #EADE76. Grayscale: #282828. Windows color (decimal): -15392375 or 8986901. OLE color: 8986901.

HSL color Cylindrical-coordinate representation of color #152189: hue angle of 233.79º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152189 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 33 137 -
CMYK 0.85 0.76 0 0.46
HSL 233.79º 0.73% 0.31% -
HSV(B) 233.79º 0.85% 0.54% -
XYZ 5.37 3.05 23.97 -
YUV 41.27 182.02 113.54 -
System Red Green Blue C M Y K H S L
Decimal 21 33 137 0.85 0.76 0 0.46 233.79 0.73 0.31
Hex 15 21 89 55 4C 0 2E EA 49 1F
Octal 25 41 211 125 114 0 56 352 111 37
Binary 10101 100001 10001001 1010101 1001100 0 101110 11101010 1001001 11111

Color Harmonies of #152189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152189

Black with #152189

Text Example


Text Example

White with #152189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152189; }

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

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

background-color css

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

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

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

border-color css

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

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

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