Html Css Color HEX #15028E Ultramarine

📋 copy color: '#15028E'

red 21 ◦ green 2 ◦ blue 142

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

Shades of Ultramarine #15028E

Tints of Ultramarine #15028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.21%

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

R = 12.73%
G = 1.21%
B = 86.06%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#15028E (or 0x15028E) is known color: Ultramarine. HEX triplet: 15, 02 and 8E. RGB value is (21,2,142). Sum of RGB (Red+Green+Blue) = 21+2+142=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 142 (55.86% from 255 or 86.06% from 165); Max value from RGB is 142 - color contains mainly: blue. Hex color #15028E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15028E is #EAFD71. Grayscale: #171717. Windows color (decimal): -15400306 or 9306645. OLE color: 9306645.

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

Color convert

RGB 21 2 142 -
CMYK 0.85 0.99 0 0.44
HSL 248.14º 0.97% 0.28% -
HSV(B) 248.14º 0.99% 0.56% -
XYZ 5.21 2.16 25.73 -
YUV 23.64 194.79 126.12 -
System Red Green Blue C M Y K H S L
Decimal 21 2 142 0.85 0.99 0 0.44 248.14 0.97 0.28
Hex 15 2 8E 55 63 0 2C F8 61 1C
Octal 25 2 216 125 143 0 54 370 141 34
Binary 10101 10 10001110 1010101 1100011 0 101100 11111000 1100001 11100

Color Harmonies of #15028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15028E

Black with #15028E

Text Example


Text Example

White with #15028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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