Html Css Color HEX #150291 Ultramarine

📋 copy color: '#150291'

red 21 ◦ green 2 ◦ blue 145

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

Shades of Ultramarine #150291

Tints of Ultramarine #150291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.19%

 BLUE value IS 145 (57.03% from 255) = 86.31%

R = 12.5%
G = 1.19%
B = 86.31%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#150291 (or 0x150291) is known color: Ultramarine. HEX triplet: 15, 02 and 91. RGB value is (21,2,145). Sum of RGB (Red+Green+Blue) = 21+2+145=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 145 (57.03% from 255 or 86.31% from 168); Max value from RGB is 145 - color contains mainly: blue. Hex color #150291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150291 is #EAFD6E. Grayscale: #171717. Windows color (decimal): -15400303 or 9503253. OLE color: 9503253.

HSL color Cylindrical-coordinate representation of color #150291: hue angle of 247.97º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150291 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 2 145 -
CMYK 0.86 0.99 0 0.43
HSL 247.97º 0.97% 0.29% -
HSV(B) 247.97º 0.99% 0.57% -
XYZ 5.44 2.25 26.94 -
YUV 23.98 196.29 125.87 -
System Red Green Blue C M Y K H S L
Decimal 21 2 145 0.86 0.99 0 0.43 247.97 0.97 0.29
Hex 15 2 91 56 63 0 2B F8 61 1D
Octal 25 2 221 126 143 0 53 370 141 35
Binary 10101 10 10010001 1010110 1100011 0 101011 11111000 1100001 11101

Color Harmonies of #150291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150291

Black with #150291

Text Example


Text Example

White with #150291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150291; }

 p { color: rgb(21,2,145); }

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

background-color css

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

 a { background-color: rgb(21,2,145); }

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

border-color css

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

 span { border-color: rgb(21,2,145); }

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