Html Css Color HEX #150592 Ultramarine

📋 copy color: '#150592'

red 21 ◦ green 5 ◦ blue 146

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

Shades of Ultramarine #150592

Tints of Ultramarine #150592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 12.21%
G = 2.91%
B = 84.88%

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

#150592 (or 0x150592) is known color: Ultramarine. HEX triplet: 15, 05 and 92. RGB value is (21,5,146). Sum of RGB (Red+Green+Blue) = 21+5+146=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 146 (57.42% from 255 or 84.88% from 172); Max value from RGB is 146 - color contains mainly: blue. Hex color #150592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150592 is #EAFA6D. Grayscale: #191919. Windows color (decimal): -15399534 or 9569557. OLE color: 9569557.

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

Color convert

RGB 21 5 146 -
CMYK 0.86 0.97 0 0.43
HSL 246.81º 0.93% 0.3% -
HSV(B) 246.81º 0.97% 0.57% -
XYZ 5.55 2.34 27.35 -
YUV 25.86 195.8 124.54 -
System Red Green Blue C M Y K H S L
Decimal 21 5 146 0.86 0.97 0 0.43 246.81 0.93 0.3
Hex 15 5 92 56 61 0 2B F7 5D 1E
Octal 25 5 222 126 141 0 53 367 135 36
Binary 10101 101 10010010 1010110 1100001 0 101011 11110111 1011101 11110

Color Harmonies of #150592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150592

Black with #150592

Text Example


Text Example

White with #150592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150592; }

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

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

background-color css

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

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

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

border-color css

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

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

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