Html Css Color HEX #1915A4 Ultramarine

📋 copy color: '#1915A4'

red 25 ◦ green 21 ◦ blue 164

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

Shades of Ultramarine #1915A4

Tints of Ultramarine #1915A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 78.1%

R = 11.9%
G = 10%
B = 78.1%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1915A4 (or 0x1915A4) is known color: Ultramarine. HEX triplet: 19, 15 and A4. RGB value is (25,21,164). Sum of RGB (Red+Green+Blue) = 25+21+164=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 164 (64.45% from 255 or 78.10% from 210); Max value from RGB is 164 - color contains mainly: blue. Hex color #1915A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1915A4 is #E6EA5B. Grayscale: #252525. Windows color (decimal): -15133276 or 10753305. OLE color: 10753305.

HSL color Cylindrical-coordinate representation of color #1915A4: hue angle of 241.68º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1915A4 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 25 21 164 -
CMYK 0.85 0.87 0 0.36
HSL 241.68º 0.77% 0.36% -
HSV(B) 241.68º 0.87% 0.64% -
XYZ 7.37 3.42 35.39 -
YUV 38.5 198.83 118.37 -
System Red Green Blue C M Y K H S L
Decimal 25 21 164 0.85 0.87 0 0.36 241.68 0.77 0.36
Hex 19 15 A4 55 57 0 24 F2 4D 24
Octal 31 25 244 125 127 0 44 362 115 44
Binary 11001 10101 10100100 1010101 1010111 0 100100 11110010 1001101 100100

Color Harmonies of #1915A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1915A4

Black with #1915A4

Text Example


Text Example

White with #1915A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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