Html Css Color HEX #1915B2 Ultramarine

📋 copy color: '#1915B2'

red 25 ◦ green 21 ◦ blue 178

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

Shades of Ultramarine #1915B2

Tints of Ultramarine #1915B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 79.46%

R = 11.16%
G = 9.38%
B = 79.46%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1915B2 (or 0x1915B2) is known color: Ultramarine. HEX triplet: 19, 15 and B2. RGB value is (25,21,178). Sum of RGB (Red+Green+Blue) = 25+21+178=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 178 (69.92% from 255 or 79.46% from 224); Max value from RGB is 178 - color contains mainly: blue. Hex color #1915B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1915B2 is #E6EA4D. Grayscale: #272727. Windows color (decimal): -15133262 or 11670809. OLE color: 11670809.

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

Color convert

RGB 25 21 178 -
CMYK 0.86 0.88 0 0.30
HSL 241.53º 0.79% 0.39% -
HSV(B) 241.53º 0.88% 0.7% -
XYZ 8.7 3.96 42.42 -
YUV 40.09 205.83 117.23 -
System Red Green Blue C M Y K H S L
Decimal 25 21 178 0.86 0.88 0 0.30 241.53 0.79 0.39
Hex 19 15 B2 56 58 0 1E F2 4F 27
Octal 31 25 262 126 130 0 36 362 117 47
Binary 11001 10101 10110010 1010110 1011000 0 11110 11110010 1001111 100111

Color Harmonies of #1915B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1915B2

Black with #1915B2

Text Example


Text Example

White with #1915B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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