Html Css Color HEX #15058B Ultramarine

📋 copy color: '#15058B'

red 21 ◦ green 5 ◦ blue 139

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

Shades of Ultramarine #15058B

Tints of Ultramarine #15058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 84.24%

R = 12.73%
G = 3.03%
B = 84.24%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15058B (or 0x15058B) is known color: Ultramarine. HEX triplet: 15, 05 and 8B. RGB value is (21,5,139). Sum of RGB (Red+Green+Blue) = 21+5+139=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 139 (54.69% from 255 or 84.24% from 165); Max value from RGB is 139 - color contains mainly: blue. Hex color #15058B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15058B is #EAFA74. Grayscale: #181818. Windows color (decimal): -15399541 or 9110805. OLE color: 9110805.

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

Color convert

RGB 21 5 139 -
CMYK 0.85 0.96 0 0.45
HSL 247.16º 0.93% 0.28% -
HSV(B) 247.16º 0.96% 0.55% -
XYZ 5.02 2.13 24.57 -
YUV 25.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 21 5 139 0.85 0.96 0 0.45 247.16 0.93 0.28
Hex 15 5 8B 55 60 0 2D F7 5D 1C
Octal 25 5 213 125 140 0 55 367 135 34
Binary 10101 101 10001011 1010101 1100000 0 101101 11110111 1011101 11100

Color Harmonies of #15058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15058B

Black with #15058B

Text Example


Text Example

White with #15058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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