Html Css Color HEX #150390 Ultramarine

📋 copy color: '#150390'

red 21 ◦ green 3 ◦ blue 144

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

Shades of Ultramarine #150390

Tints of Ultramarine #150390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 85.71%

R = 12.5%
G = 1.79%
B = 85.71%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#150390 (or 0x150390) is known color: Ultramarine. HEX triplet: 15, 03 and 90. RGB value is (21,3,144). Sum of RGB (Red+Green+Blue) = 21+3+144=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 144 (56.64% from 255 or 85.71% from 168); Max value from RGB is 144 - color contains mainly: blue. Hex color #150390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150390 is #EAFC6F. Grayscale: #171717. Windows color (decimal): -15400048 or 9437973. OLE color: 9437973.

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

Color convert

RGB 21 3 144 -
CMYK 0.85 0.98 0 0.44
HSL 247.66º 0.96% 0.29% -
HSV(B) 247.66º 0.98% 0.56% -
XYZ 5.38 2.24 26.53 -
YUV 24.46 195.46 125.54 -
System Red Green Blue C M Y K H S L
Decimal 21 3 144 0.85 0.98 0 0.44 247.66 0.96 0.29
Hex 15 3 90 55 62 0 2C F8 60 1D
Octal 25 3 220 125 142 0 54 370 140 35
Binary 10101 11 10010000 1010101 1100010 0 101100 11111000 1100000 11101

Color Harmonies of #150390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150390

Black with #150390

Text Example


Text Example

White with #150390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150390; }

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

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

background-color css

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

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

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

border-color css

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

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

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