Html Css Color HEX #15048A Ultramarine

📋 copy color: '#15048A'

red 21 ◦ green 4 ◦ blue 138

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

Shades of Ultramarine #15048A

Tints of Ultramarine #15048A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.45%

 BLUE value IS 138 (54.3% from 255) = 84.66%

R = 12.88%
G = 2.45%
B = 84.66%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#15048A (or 0x15048A) is known color: Ultramarine. HEX triplet: 15, 04 and 8A. RGB value is (21,4,138). Sum of RGB (Red+Green+Blue) = 21+4+138=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 138 (54.30% from 255 or 84.66% from 163); Max value from RGB is 138 - color contains mainly: blue. Hex color #15048A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15048A is #EAFB75. Grayscale: #171717. Windows color (decimal): -15399798 or 9045013. OLE color: 9045013.

HSL color Cylindrical-coordinate representation of color #15048A: hue angle of 247.61º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15048A is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 4 138 -
CMYK 0.85 0.97 0 0.46
HSL 247.61º 0.94% 0.28% -
HSV(B) 247.61º 0.97% 0.54% -
XYZ 4.94 2.08 24.19 -
YUV 24.36 192.13 125.6 -
System Red Green Blue C M Y K H S L
Decimal 21 4 138 0.85 0.97 0 0.46 247.61 0.94 0.28
Hex 15 4 8A 55 61 0 2E F8 5E 1C
Octal 25 4 212 125 141 0 56 370 136 34
Binary 10101 100 10001010 1010101 1100001 0 101110 11111000 1011110 11100

Color Harmonies of #15048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15048A

Black with #15048A

Text Example


Text Example

White with #15048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15048A; }

 p { color: rgb(21,4,138); }

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

background-color css

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

 a { background-color: rgb(21,4,138); }

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

border-color css

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

 span { border-color: rgb(21,4,138); }

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