Html Css Color HEX #150D95 Ultramarine

📋 copy color: '#150D95'

red 21 ◦ green 13 ◦ blue 149

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

Shades of Ultramarine #150D95

Tints of Ultramarine #150D95

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.1%

 BLUE value IS 149 (58.59% from 255) = 81.42%

R = 11.48%
G = 7.1%
B = 81.42%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#150D95 (or 0x150D95) is known color: Ultramarine. HEX triplet: 15, 0D and 95. RGB value is (21,13,149). Sum of RGB (Red+Green+Blue) = 21+13+149=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 149 (58.59% from 255 or 81.42% from 183); Max value from RGB is 149 - color contains mainly: blue. Hex color #150D95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150D95 is #EAF26A. Grayscale: #1E1E1E. Windows color (decimal): -15397483 or 9768213. OLE color: 9768213.

HSL color Cylindrical-coordinate representation of color #150D95: hue angle of 243.53º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150D95 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 13 149 -
CMYK 0.86 0.91 0 0.42
HSL 243.53º 0.84% 0.32% -
HSV(B) 243.53º 0.91% 0.58% -
XYZ 5.88 2.62 28.63 -
YUV 30.9 194.65 120.94 -
System Red Green Blue C M Y K H S L
Decimal 21 13 149 0.86 0.91 0 0.42 243.53 0.84 0.32
Hex 15 D 95 56 5B 0 2A F4 54 20
Octal 25 15 225 126 133 0 52 364 124 40
Binary 10101 1101 10010101 1010110 1011011 0 101010 11110100 1010100 100000

Color Harmonies of #150D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150D95

Black with #150D95

Text Example


Text Example

White with #150D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150D95; }

 p { color: rgb(21,13,149); }

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

background-color css

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

 a { background-color: rgb(21,13,149); }

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

border-color css

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

 span { border-color: rgb(21,13,149); }

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