Html Css Color HEX #150292 Ultramarine

📋 copy color: '#150292'

red 21 ◦ green 2 ◦ blue 146

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

Shades of Ultramarine #150292

Tints of Ultramarine #150292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 86.39%

R = 12.43%
G = 1.18%
B = 86.39%

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

#150292 (or 0x150292) is known color: Ultramarine. HEX triplet: 15, 02 and 92. RGB value is (21,2,146). Sum of RGB (Red+Green+Blue) = 21+2+146=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 146 (57.42% from 255 or 86.39% from 169); Max value from RGB is 146 - color contains mainly: blue. Hex color #150292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150292 is #EAFD6D. Grayscale: #171717. Windows color (decimal): -15400302 or 9568789. OLE color: 9568789.

HSL color Cylindrical-coordinate representation of color #150292: hue angle of 247.92º 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 #150292 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 2 146 -
CMYK 0.86 0.99 0 0.43
HSL 247.92º 0.97% 0.29% -
HSV(B) 247.92º 0.99% 0.57% -
XYZ 5.52 2.28 27.34 -
YUV 24.1 196.79 125.79 -
System Red Green Blue C M Y K H S L
Decimal 21 2 146 0.86 0.99 0 0.43 247.92 0.97 0.29
Hex 15 2 92 56 63 0 2B F8 61 1D
Octal 25 2 222 126 143 0 53 370 141 35
Binary 10101 10 10010010 1010110 1100011 0 101011 11111000 1100001 11101

Color Harmonies of #150292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150292

Black with #150292

Text Example


Text Example

White with #150292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150292; }

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

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

background-color css

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

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

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

border-color css

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

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

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