Html Css Color HEX #150393 Ultramarine

📋 copy color: '#150393'

red 21 ◦ green 3 ◦ blue 147

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

Shades of Ultramarine #150393

Tints of Ultramarine #150393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.75%

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

R = 12.28%
G = 1.75%
B = 85.96%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#150393 (or 0x150393) is known color: Ultramarine. HEX triplet: 15, 03 and 93. RGB value is (21,3,147). Sum of RGB (Red+Green+Blue) = 21+3+147=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 147 (57.81% from 255 or 85.96% from 171); Max value from RGB is 147 - color contains mainly: blue. Hex color #150393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150393 is #EAFC6C. Grayscale: #181818. Windows color (decimal): -15400045 or 9634581. OLE color: 9634581.

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

Color convert

RGB 21 3 147 -
CMYK 0.86 0.98 0 0.42
HSL 247.5º 0.96% 0.29% -
HSV(B) 247.5º 0.98% 0.58% -
XYZ 5.61 2.33 27.76 -
YUV 24.8 196.96 125.29 -
System Red Green Blue C M Y K H S L
Decimal 21 3 147 0.86 0.98 0 0.42 247.5 0.96 0.29
Hex 15 3 93 56 62 0 2A F8 60 1D
Octal 25 3 223 126 142 0 52 370 140 35
Binary 10101 11 10010011 1010110 1100010 0 101010 11111000 1100000 11101

Color Harmonies of #150393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150393

Black with #150393

Text Example


Text Example

White with #150393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150393; }

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

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

background-color css

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

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

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

border-color css

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

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

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