Html Css Color HEX #150D93 Ultramarine

📋 copy color: '#150D93'

red 21 ◦ green 13 ◦ blue 147

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

Shades of Ultramarine #150D93

Tints of Ultramarine #150D93

RGB

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

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

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

R = 11.6%
G = 7.18%
B = 81.22%

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

#150D93 (or 0x150D93) is known color: Ultramarine. HEX triplet: 15, 0D and 93. RGB value is (21,13,147). Sum of RGB (Red+Green+Blue) = 21+13+147=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 147 (57.81% from 255 or 81.22% from 181); Max value from RGB is 147 - color contains mainly: blue. Hex color #150D93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150D93 is #EAF26C. Grayscale: #1E1E1E. Windows color (decimal): -15397485 or 9637141. OLE color: 9637141.

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

Color convert

RGB 21 13 147 -
CMYK 0.86 0.91 0 0.42
HSL 243.58º 0.84% 0.31% -
HSV(B) 243.58º 0.91% 0.58% -
XYZ 5.72 2.55 27.8 -
YUV 30.67 193.65 121.1 -
System Red Green Blue C M Y K H S L
Decimal 21 13 147 0.86 0.91 0 0.42 243.58 0.84 0.31
Hex 15 D 93 56 5B 0 2A F4 54 1F
Octal 25 15 223 126 133 0 52 364 124 37
Binary 10101 1101 10010011 1010110 1011011 0 101010 11110100 1010100 11111

Color Harmonies of #150D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150D93

Black with #150D93

Text Example


Text Example

White with #150D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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