Html Css Color HEX #1915AC Ultramarine

📋 copy color: '#1915AC'

red 25 ◦ green 21 ◦ blue 172

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

Shades of Ultramarine #1915AC

Tints of Ultramarine #1915AC

RGB

 RED value IS 25 (10.16% from 255) = 11.47%

 GREEN value IS 21 (8.59% from 255) = 9.63%

 BLUE value IS 172 (67.58% from 255) = 78.9%

R = 11.47%
G = 9.63%
B = 78.9%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1915AC (or 0x1915AC) is known color: Ultramarine. HEX triplet: 19, 15 and AC. RGB value is (25,21,172). Sum of RGB (Red+Green+Blue) = 25+21+172=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #1915AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1915AC is #E6EA53. Grayscale: #262626. Windows color (decimal): -15133268 or 11277593. OLE color: 11277593.

HSL color Cylindrical-coordinate representation of color #1915AC: hue angle of 241.59º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1915AC is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 21 172 -
CMYK 0.85 0.88 0 0.33
HSL 241.59º 0.78% 0.38% -
HSV(B) 241.59º 0.88% 0.67% -
XYZ 8.12 3.72 39.32 -
YUV 39.41 202.83 117.72 -
System Red Green Blue C M Y K H S L
Decimal 25 21 172 0.85 0.88 0 0.33 241.59 0.78 0.38
Hex 19 15 AC 55 58 0 21 F2 4E 26
Octal 31 25 254 125 130 0 41 362 116 46
Binary 11001 10101 10101100 1010101 1011000 0 100001 11110010 1001110 100110

Color Harmonies of #1915AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1915AC

Black with #1915AC

Text Example


Text Example

White with #1915AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1915AC; }

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

 H1.HeaderClassName
 {
   color: #1915AC;
 }
 .AnyTagClassName
 {
   color: #1915AC;
 }
</style>

background-color css

<style>
 a { background-color: #1915AC; }

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

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

border-color css

<style>
 span { border-color: #1915AC; }

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

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