Html Css Color HEX #15198C Ultramarine

📋 copy color: '#15198C'

red 21 ◦ green 25 ◦ blue 140

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

Shades of Ultramarine #15198C

Tints of Ultramarine #15198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.44%

 BLUE value IS 140 (55.08% from 255) = 75.27%

R = 11.29%
G = 13.44%
B = 75.27%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15198C (or 0x15198C) is known color: Ultramarine. HEX triplet: 15, 19 and 8C. RGB value is (21,25,140). Sum of RGB (Red+Green+Blue) = 21+25+140=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 140 (55.08% from 255 or 75.27% from 186); Max value from RGB is 140 - color contains mainly: blue. Hex color #15198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15198C is #EAE673. Grayscale: #242424. Windows color (decimal): -15394420 or 9181461. OLE color: 9181461.

HSL color Cylindrical-coordinate representation of color #15198C: hue angle of 237.98º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15198C is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 25 140 -
CMYK 0.85 0.82 0 0.45
HSL 237.98º 0.74% 0.32% -
HSV(B) 237.98º 0.85% 0.55% -
XYZ 5.39 2.75 25.06 -
YUV 36.91 186.17 116.65 -
System Red Green Blue C M Y K H S L
Decimal 21 25 140 0.85 0.82 0 0.45 237.98 0.74 0.32
Hex 15 19 8C 55 52 0 2D EE 4A 20
Octal 25 31 214 125 122 0 55 356 112 40
Binary 10101 11001 10001100 1010101 1010010 0 101101 11101110 1001010 100000

Color Harmonies of #15198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15198C

Black with #15198C

Text Example


Text Example

White with #15198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15198C; }

 p { color: rgb(21,25,140); }

 H1.HeaderClassName
 {
   color: #15198C;
 }
 .AnyTagClassName
 {
   color: #15198C;
 }
</style>

background-color css

<style>
 a { background-color: #15198C; }

 a { background-color: rgb(21,25,140); }

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

border-color css

<style>
 span { border-color: #15198C; }

 span { border-color: rgb(21,25,140); }

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