Html Css Color HEX #150391 Ultramarine

📋 copy color: '#150391'

red 21 ◦ green 3 ◦ blue 145

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

Shades of Ultramarine #150391

Tints of Ultramarine #150391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.78%

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

R = 12.43%
G = 1.78%
B = 85.8%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#150391 (or 0x150391) is known color: Ultramarine. HEX triplet: 15, 03 and 91. RGB value is (21,3,145). Sum of RGB (Red+Green+Blue) = 21+3+145=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 145 (57.03% from 255 or 85.80% from 169); Max value from RGB is 145 - color contains mainly: blue. Hex color #150391 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150391 is #EAFC6E. Grayscale: #181818. Windows color (decimal): -15400047 or 9503509. OLE color: 9503509.

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

Color convert

RGB 21 3 145 -
CMYK 0.86 0.98 0 0.43
HSL 247.61º 0.96% 0.29% -
HSV(B) 247.61º 0.98% 0.57% -
XYZ 5.45 2.27 26.94 -
YUV 24.57 195.96 125.45 -
System Red Green Blue C M Y K H S L
Decimal 21 3 145 0.86 0.98 0 0.43 247.61 0.96 0.29
Hex 15 3 91 56 62 0 2B F8 60 1D
Octal 25 3 221 126 142 0 53 370 140 35
Binary 10101 11 10010001 1010110 1100010 0 101011 11111000 1100000 11101

Color Harmonies of #150391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150391

Black with #150391

Text Example


Text Example

White with #150391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150391; }

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

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

background-color css

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

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

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

border-color css

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

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

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