Html Css Color HEX #15048D Ultramarine

📋 copy color: '#15048D'

red 21 ◦ green 4 ◦ blue 141

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

Shades of Ultramarine #15048D

Tints of Ultramarine #15048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 84.94%

R = 12.65%
G = 2.41%
B = 84.94%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15048D (or 0x15048D) is known color: Ultramarine. HEX triplet: 15, 04 and 8D. RGB value is (21,4,141). Sum of RGB (Red+Green+Blue) = 21+4+141=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 141 (55.47% from 255 or 84.94% from 166); Max value from RGB is 141 - color contains mainly: blue. Hex color #15048D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15048D is #EAFB72. Grayscale: #181818. Windows color (decimal): -15399795 or 9241621. OLE color: 9241621.

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

Color convert

RGB 21 4 141 -
CMYK 0.85 0.97 0 0.45
HSL 247.45º 0.94% 0.28% -
HSV(B) 247.45º 0.97% 0.55% -
XYZ 5.16 2.17 25.35 -
YUV 24.7 193.63 125.36 -
System Red Green Blue C M Y K H S L
Decimal 21 4 141 0.85 0.97 0 0.45 247.45 0.94 0.28
Hex 15 4 8D 55 61 0 2D F7 5E 1C
Octal 25 4 215 125 141 0 55 367 136 34
Binary 10101 100 10001101 1010101 1100001 0 101101 11110111 1011110 11100

Color Harmonies of #15048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15048D

Black with #15048D

Text Example


Text Example

White with #15048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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