Html Css Color HEX #15088D Ultramarine

📋 copy color: '#15088D'

red 21 ◦ green 8 ◦ blue 141

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

Shades of Ultramarine #15088D

Tints of Ultramarine #15088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.71%

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

R = 12.35%
G = 4.71%
B = 82.94%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15088D (or 0x15088D) is known color: Ultramarine. HEX triplet: 15, 08 and 8D. RGB value is (21,8,141). Sum of RGB (Red+Green+Blue) = 21+8+141=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 141 (55.47% from 255 or 82.94% from 170); Max value from RGB is 141 - color contains mainly: blue. Hex color #15088D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15088D is #EAF772. Grayscale: #1A1A1A. Windows color (decimal): -15398771 or 9242645. OLE color: 9242645.

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

Color convert

RGB 21 8 141 -
CMYK 0.85 0.94 0 0.45
HSL 245.86º 0.89% 0.29% -
HSV(B) 245.86º 0.94% 0.55% -
XYZ 5.2 2.26 25.36 -
YUV 27.05 192.31 123.69 -
System Red Green Blue C M Y K H S L
Decimal 21 8 141 0.85 0.94 0 0.45 245.86 0.89 0.29
Hex 15 8 8D 55 5E 0 2D F6 59 1D
Octal 25 10 215 125 136 0 55 366 131 35
Binary 10101 1000 10001101 1010101 1011110 0 101101 11110110 1011001 11101

Color Harmonies of #15088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15088D

Black with #15088D

Text Example


Text Example

White with #15088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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