Html Css Color HEX #150893 Ultramarine

📋 copy color: '#150893'

red 21 ◦ green 8 ◦ blue 147

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

Shades of Ultramarine #150893

Tints of Ultramarine #150893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 83.52%

R = 11.93%
G = 4.55%
B = 83.52%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#150893 (or 0x150893) is known color: Ultramarine. HEX triplet: 15, 08 and 93. RGB value is (21,8,147). Sum of RGB (Red+Green+Blue) = 21+8+147=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 147 (57.81% from 255 or 83.52% from 176); Max value from RGB is 147 - color contains mainly: blue. Hex color #150893 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150893 is #EAF76C. Grayscale: #1B1B1B. Windows color (decimal): -15398765 or 9635861. OLE color: 9635861.

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

Color convert

RGB 21 8 147 -
CMYK 0.86 0.95 0 0.42
HSL 245.61º 0.9% 0.3% -
HSV(B) 245.61º 0.95% 0.58% -
XYZ 5.66 2.44 27.78 -
YUV 27.73 195.31 123.2 -
System Red Green Blue C M Y K H S L
Decimal 21 8 147 0.86 0.95 0 0.42 245.61 0.9 0.3
Hex 15 8 93 56 5F 0 2A F6 5A 1E
Octal 25 10 223 126 137 0 52 366 132 36
Binary 10101 1000 10010011 1010110 1011111 0 101010 11110110 1011010 11110

Color Harmonies of #150893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150893

Black with #150893

Text Example


Text Example

White with #150893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150893; }

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

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

background-color css

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

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

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

border-color css

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

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

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