Html Css Color HEX #1915AF Ultramarine

📋 copy color: '#1915AF'

red 25 ◦ green 21 ◦ blue 175

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

Shades of Ultramarine #1915AF

Tints of Ultramarine #1915AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 79.19%

R = 11.31%
G = 9.5%
B = 79.19%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1915AF (or 0x1915AF) is known color: Ultramarine. HEX triplet: 19, 15 and AF. RGB value is (25,21,175). Sum of RGB (Red+Green+Blue) = 25+21+175=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 175 (68.75% from 255 or 79.19% from 221); Max value from RGB is 175 - color contains mainly: blue. Hex color #1915AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1915AF is #E6EA50. Grayscale: #272727. Windows color (decimal): -15133265 or 11474201. OLE color: 11474201.

HSL color Cylindrical-coordinate representation of color #1915AF: hue angle of 241.56º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1915AF is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 21 175 -
CMYK 0.86 0.88 0 0.31
HSL 241.56º 0.79% 0.38% -
HSV(B) 241.56º 0.88% 0.69% -
XYZ 8.41 3.84 40.86 -
YUV 39.75 204.33 117.48 -
System Red Green Blue C M Y K H S L
Decimal 25 21 175 0.86 0.88 0 0.31 241.56 0.79 0.38
Hex 19 15 AF 56 58 0 1F F2 4F 26
Octal 31 25 257 126 130 0 37 362 117 46
Binary 11001 10101 10101111 1010110 1011000 0 11111 11110010 1001111 100110

Color Harmonies of #1915AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1915AF

Black with #1915AF

Text Example


Text Example

White with #1915AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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