Html Css Color HEX #15048F Ultramarine

📋 copy color: '#15048F'

red 21 ◦ green 4 ◦ blue 143

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

Shades of Ultramarine #15048F

Tints of Ultramarine #15048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 85.12%

R = 12.5%
G = 2.38%
B = 85.12%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#15048F (or 0x15048F) is known color: Ultramarine. HEX triplet: 15, 04 and 8F. RGB value is (21,4,143). Sum of RGB (Red+Green+Blue) = 21+4+143=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 143 (56.25% from 255 or 85.12% from 168); Max value from RGB is 143 - color contains mainly: blue. Hex color #15048F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15048F is #EAFB70. Grayscale: #181818. Windows color (decimal): -15399793 or 9372693. OLE color: 9372693.

HSL color Cylindrical-coordinate representation of color #15048F: hue angle of 247.34º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15048F is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 4 143 -
CMYK 0.85 0.97 0 0.44
HSL 247.34º 0.95% 0.29% -
HSV(B) 247.34º 0.97% 0.56% -
XYZ 5.31 2.23 26.14 -
YUV 24.93 194.63 125.2 -
System Red Green Blue C M Y K H S L
Decimal 21 4 143 0.85 0.97 0 0.44 247.34 0.95 0.29
Hex 15 4 8F 55 61 0 2C F7 5F 1D
Octal 25 4 217 125 141 0 54 367 137 35
Binary 10101 100 10001111 1010101 1100001 0 101100 11110111 1011111 11101

Color Harmonies of #15048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15048F

Black with #15048F

Text Example


Text Example

White with #15048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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