Html Css Color HEX #152290 Ultramarine

📋 copy color: '#152290'

red 21 ◦ green 34 ◦ blue 144

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

Shades of Ultramarine #152290

Tints of Ultramarine #152290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.09%

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

R = 10.55%
G = 17.09%
B = 72.36%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#152290 (or 0x152290) is known color: Ultramarine. HEX triplet: 15, 22 and 90. RGB value is (21,34,144). Sum of RGB (Red+Green+Blue) = 21+34+144=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 144 (56.64% from 255 or 72.36% from 199); Max value from RGB is 144 - color contains mainly: blue. Hex color #152290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152290 is #EADD6F. Grayscale: #2A2A2A. Windows color (decimal): -15392112 or 9445909. OLE color: 9445909.

HSL color Cylindrical-coordinate representation of color #152290: hue angle of 233.66º 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 #152290 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 34 144 -
CMYK 0.85 0.76 0 0.44
HSL 233.66º 0.75% 0.32% -
HSV(B) 233.66º 0.85% 0.56% -
XYZ 5.92 3.32 26.71 -
YUV 42.65 185.19 112.56 -
System Red Green Blue C M Y K H S L
Decimal 21 34 144 0.85 0.76 0 0.44 233.66 0.75 0.32
Hex 15 22 90 55 4C 0 2C EA 4B 20
Octal 25 42 220 125 114 0 54 352 113 40
Binary 10101 100010 10010000 1010101 1001100 0 101100 11101010 1001011 100000

Color Harmonies of #152290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152290

Black with #152290

Text Example


Text Example

White with #152290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152290; }

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

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

background-color css

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

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

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

border-color css

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

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

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