Html Css Color HEX #150192 Ultramarine

📋 copy color: '#150192'

red 21 ◦ green 1 ◦ blue 146

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

Shades of Ultramarine #150192

Tints of Ultramarine #150192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 12.5%
G = 0.6%
B = 86.9%

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

#150192 (or 0x150192) is known color: Ultramarine. HEX triplet: 15, 01 and 92. RGB value is (21,1,146). Sum of RGB (Red+Green+Blue) = 21+1+146=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 146 (57.42% from 255 or 86.90% from 168); Max value from RGB is 146 - color contains mainly: blue. Hex color #150192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150192 is #EAFE6D. Grayscale: #161616. Windows color (decimal): -15400558 or 9568533. OLE color: 9568533.

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

Color convert

RGB 21 1 146 -
CMYK 0.86 0.99 0 0.43
HSL 248.28º 0.99% 0.29% -
HSV(B) 248.28º 0.99% 0.57% -
XYZ 5.51 2.26 27.34 -
YUV 23.51 197.13 126.21 -
System Red Green Blue C M Y K H S L
Decimal 21 1 146 0.86 0.99 0 0.43 248.28 0.99 0.29
Hex 15 1 92 56 63 0 2B F8 63 1D
Octal 25 1 222 126 143 0 53 370 143 35
Binary 10101 1 10010010 1010110 1100011 0 101011 11111000 1100011 11101

Color Harmonies of #150192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150192

Black with #150192

Text Example


Text Example

White with #150192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150192; }

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

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

background-color css

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

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

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

border-color css

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

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

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