Html Css Color HEX #152190 Ultramarine

📋 copy color: '#152190'

red 21 ◦ green 33 ◦ blue 144

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

Shades of Ultramarine #152190

Tints of Ultramarine #152190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 72.73%

R = 10.61%
G = 16.67%
B = 72.73%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#152190 (or 0x152190) is known color: Ultramarine. HEX triplet: 15, 21 and 90. RGB value is (21,33,144). Sum of RGB (Red+Green+Blue) = 21+33+144=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #152190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152190 is #EADE6F. Grayscale: #292929. Windows color (decimal): -15392368 or 9445653. OLE color: 9445653.

HSL color Cylindrical-coordinate representation of color #152190: hue angle of 234.15º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152190 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 33 144 -
CMYK 0.85 0.77 0 0.44
HSL 234.15º 0.75% 0.32% -
HSV(B) 234.15º 0.85% 0.56% -
XYZ 5.89 3.26 26.7 -
YUV 42.07 185.52 112.97 -
System Red Green Blue C M Y K H S L
Decimal 21 33 144 0.85 0.77 0 0.44 234.15 0.75 0.32
Hex 15 21 90 55 4D 0 2C EA 4B 20
Octal 25 41 220 125 115 0 54 352 113 40
Binary 10101 100001 10010000 1010101 1001101 0 101100 11101010 1001011 100000

Color Harmonies of #152190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152190

Black with #152190

Text Example


Text Example

White with #152190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152190; }

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

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

background-color css

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

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

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

border-color css

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

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

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