Html Css Color HEX #15098A Ultramarine

📋 copy color: '#15098A'

red 21 ◦ green 9 ◦ blue 138

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

Shades of Ultramarine #15098A

Tints of Ultramarine #15098A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.36%

 BLUE value IS 138 (54.3% from 255) = 82.14%

R = 12.5%
G = 5.36%
B = 82.14%

CMYK

 C value IS 0.85

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#15098A (or 0x15098A) is known color: Ultramarine. HEX triplet: 15, 09 and 8A. RGB value is (21,9,138). Sum of RGB (Red+Green+Blue) = 21+9+138=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 138 (54.30% from 255 or 82.14% from 168); Max value from RGB is 138 - color contains mainly: blue. Hex color #15098A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15098A is #EAF675. Grayscale: #1A1A1A. Windows color (decimal): -15398518 or 9046293. OLE color: 9046293.

HSL color Cylindrical-coordinate representation of color #15098A: hue angle of 245.58º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15098A is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 9 138 -
CMYK 0.85 0.93 0 0.46
HSL 245.58º 0.88% 0.29% -
HSV(B) 245.58º 0.93% 0.54% -
XYZ 4.99 2.19 24.2 -
YUV 27.29 190.48 123.51 -
System Red Green Blue C M Y K H S L
Decimal 21 9 138 0.85 0.93 0 0.46 245.58 0.88 0.29
Hex 15 9 8A 55 5D 0 2E F6 58 1D
Octal 25 11 212 125 135 0 56 366 130 35
Binary 10101 1001 10001010 1010101 1011101 0 101110 11110110 1011000 11101

Color Harmonies of #15098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15098A

Black with #15098A

Text Example


Text Example

White with #15098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15098A; }

 p { color: rgb(21,9,138); }

 H1.HeaderClassName
 {
   color: #15098A;
 }
 .AnyTagClassName
 {
   color: #15098A;
 }
</style>

background-color css

<style>
 a { background-color: #15098A; }

 a { background-color: rgb(21,9,138); }

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

border-color css

<style>
 span { border-color: #15098A; }

 span { border-color: rgb(21,9,138); }

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