Html Css Color HEX #15058E Ultramarine

📋 copy color: '#15058E'

red 21 ◦ green 5 ◦ blue 142

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

Shades of Ultramarine #15058E

Tints of Ultramarine #15058E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.98%

 BLUE value IS 142 (55.86% from 255) = 84.52%

R = 12.5%
G = 2.98%
B = 84.52%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#15058E (or 0x15058E) is known color: Ultramarine. HEX triplet: 15, 05 and 8E. RGB value is (21,5,142). Sum of RGB (Red+Green+Blue) = 21+5+142=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 142 (55.86% from 255 or 84.52% from 168); Max value from RGB is 142 - color contains mainly: blue. Hex color #15058E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15058E is #EAFA71. Grayscale: #181818. Windows color (decimal): -15399538 or 9307413. OLE color: 9307413.

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

Color convert

RGB 21 5 142 -
CMYK 0.85 0.96 0 0.44
HSL 247.01º 0.93% 0.29% -
HSV(B) 247.01º 0.96% 0.56% -
XYZ 5.25 2.22 25.74 -
YUV 25.4 193.8 124.86 -
System Red Green Blue C M Y K H S L
Decimal 21 5 142 0.85 0.96 0 0.44 247.01 0.93 0.29
Hex 15 5 8E 55 60 0 2C F7 5D 1D
Octal 25 5 216 125 140 0 54 367 135 35
Binary 10101 101 10001110 1010101 1100000 0 101100 11110111 1011101 11101

Color Harmonies of #15058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15058E

Black with #15058E

Text Example


Text Example

White with #15058E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15058E; }

 p { color: rgb(21,5,142); }

 H1.HeaderClassName
 {
   color: #15058E;
 }
 .AnyTagClassName
 {
   color: #15058E;
 }
</style>

background-color css

<style>
 a { background-color: #15058E; }

 a { background-color: rgb(21,5,142); }

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

border-color css

<style>
 span { border-color: #15058E; }

 span { border-color: rgb(21,5,142); }

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