Html Css Color HEX #150D94 Ultramarine

📋 copy color: '#150D94'

red 21 ◦ green 13 ◦ blue 148

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

Shades of Ultramarine #150D94

Tints of Ultramarine #150D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 81.32%

R = 11.54%
G = 7.14%
B = 81.32%

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

#150D94 (or 0x150D94) is known color: Ultramarine. HEX triplet: 15, 0D and 94. RGB value is (21,13,148). Sum of RGB (Red+Green+Blue) = 21+13+148=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 148 (58.20% from 255 or 81.32% from 182); Max value from RGB is 148 - color contains mainly: blue. Hex color #150D94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150D94 is #EAF26B. Grayscale: #1E1E1E. Windows color (decimal): -15397484 or 9702677. OLE color: 9702677.

HSL color Cylindrical-coordinate representation of color #150D94: hue angle of 243.56º 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 #150D94 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 13 148 -
CMYK 0.86 0.91 0 0.42
HSL 243.56º 0.84% 0.32% -
HSV(B) 243.56º 0.91% 0.58% -
XYZ 5.8 2.59 28.21 -
YUV 30.78 194.15 121.02 -
System Red Green Blue C M Y K H S L
Decimal 21 13 148 0.86 0.91 0 0.42 243.56 0.84 0.32
Hex 15 D 94 56 5B 0 2A F4 54 20
Octal 25 15 224 126 133 0 52 364 124 40
Binary 10101 1101 10010100 1010110 1011011 0 101010 11110100 1010100 100000

Color Harmonies of #150D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150D94

Black with #150D94

Text Example


Text Example

White with #150D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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