Html Css Color HEX #150492 Ultramarine

📋 copy color: '#150492'

red 21 ◦ green 4 ◦ blue 146

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

Shades of Ultramarine #150492

Tints of Ultramarine #150492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.34%

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

R = 12.28%
G = 2.34%
B = 85.38%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#150492 (or 0x150492) is known color: Ultramarine. HEX triplet: 15, 04 and 92. RGB value is (21,4,146). Sum of RGB (Red+Green+Blue) = 21+4+146=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 146 (57.42% from 255 or 85.38% from 171); Max value from RGB is 146 - color contains mainly: blue. Hex color #150492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150492 is #EAFB6D. Grayscale: #181818. Windows color (decimal): -15399790 or 9569301. OLE color: 9569301.

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

Color convert

RGB 21 4 146 -
CMYK 0.86 0.97 0 0.43
HSL 247.18º 0.95% 0.29% -
HSV(B) 247.18º 0.97% 0.57% -
XYZ 5.54 2.32 27.35 -
YUV 25.27 196.13 124.95 -
System Red Green Blue C M Y K H S L
Decimal 21 4 146 0.86 0.97 0 0.43 247.18 0.95 0.29
Hex 15 4 92 56 61 0 2B F7 5F 1D
Octal 25 4 222 126 141 0 53 367 137 35
Binary 10101 100 10010010 1010110 1100001 0 101011 11110111 1011111 11101

Color Harmonies of #150492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150492

Black with #150492

Text Example


Text Example

White with #150492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150492; }

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

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

background-color css

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

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

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

border-color css

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

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

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