Html Css Color HEX #150892 Ultramarine

📋 copy color: '#150892'

red 21 ◦ green 8 ◦ blue 146

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

Shades of Ultramarine #150892

Tints of Ultramarine #150892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.57%

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

R = 12%
G = 4.57%
B = 83.43%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#150892 (or 0x150892) is known color: Ultramarine. HEX triplet: 15, 08 and 92. RGB value is (21,8,146). Sum of RGB (Red+Green+Blue) = 21+8+146=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 146 (57.42% from 255 or 83.43% from 175); Max value from RGB is 146 - color contains mainly: blue. Hex color #150892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150892 is #EAF76D. Grayscale: #1B1B1B. Windows color (decimal): -15398766 or 9570325. OLE color: 9570325.

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

Color convert

RGB 21 8 146 -
CMYK 0.86 0.95 0 0.43
HSL 245.65º 0.9% 0.3% -
HSV(B) 245.65º 0.95% 0.57% -
XYZ 5.58 2.41 27.36 -
YUV 27.62 194.81 123.28 -
System Red Green Blue C M Y K H S L
Decimal 21 8 146 0.86 0.95 0 0.43 245.65 0.9 0.3
Hex 15 8 92 56 5F 0 2B F6 5A 1E
Octal 25 10 222 126 137 0 53 366 132 36
Binary 10101 1000 10010010 1010110 1011111 0 101011 11110110 1011010 11110

Color Harmonies of #150892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150892

Black with #150892

Text Example


Text Example

White with #150892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150892; }

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

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

background-color css

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

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

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

border-color css

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

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

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