Html Css Color HEX #1916B2 Ultramarine

📋 copy color: '#1916B2'

red 25 ◦ green 22 ◦ blue 178

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

Shades of Ultramarine #1916B2

Tints of Ultramarine #1916B2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.78%

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

R = 11.11%
G = 9.78%
B = 79.11%

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

#1916B2 (or 0x1916B2) is known color: Ultramarine. HEX triplet: 19, 16 and B2. RGB value is (25,22,178). Sum of RGB (Red+Green+Blue) = 25+22+178=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 178 (69.92% from 255 or 79.11% from 225); Max value from RGB is 178 - color contains mainly: blue. Hex color #1916B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1916B2 is #E6E94D. Grayscale: #282828. Windows color (decimal): -15133006 or 11671065. OLE color: 11671065.

HSL color Cylindrical-coordinate representation of color #1916B2: hue angle of 241.15º degrees, saturation: 0.78, 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 #1916B2 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 25 22 178 -
CMYK 0.86 0.88 0 0.30
HSL 241.15º 0.78% 0.39% -
HSV(B) 241.15º 0.88% 0.7% -
XYZ 8.72 3.99 42.43 -
YUV 40.68 205.49 116.82 -
System Red Green Blue C M Y K H S L
Decimal 25 22 178 0.86 0.88 0 0.30 241.15 0.78 0.39
Hex 19 16 B2 56 58 0 1E F1 4E 27
Octal 31 26 262 126 130 0 36 361 116 47
Binary 11001 10110 10110010 1010110 1011000 0 11110 11110001 1001110 100111

Color Harmonies of #1916B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1916B2

Black with #1916B2

Text Example


Text Example

White with #1916B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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