Html Css Color HEX #1914B1 Ultramarine

📋 copy color: '#1914B1'

red 25 ◦ green 20 ◦ blue 177

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

Shades of Ultramarine #1914B1

Tints of Ultramarine #1914B1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.01%

 BLUE value IS 177 (69.53% from 255) = 79.73%

R = 11.26%
G = 9.01%
B = 79.73%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1914B1 (or 0x1914B1) is known color: Ultramarine. HEX triplet: 19, 14 and B1. RGB value is (25,20,177). Sum of RGB (Red+Green+Blue) = 25+20+177=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 177 (69.53% from 255 or 79.73% from 222); Max value from RGB is 177 - color contains mainly: blue. Hex color #1914B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1914B1 is #E6EB4E. Grayscale: #262626. Windows color (decimal): -15133519 or 11605017. OLE color: 11605017.

HSL color Cylindrical-coordinate representation of color #1914B1: hue angle of 241.91º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1914B1 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 20 177 -
CMYK 0.86 0.89 0 0.31
HSL 241.91º 0.8% 0.39% -
HSV(B) 241.91º 0.89% 0.69% -
XYZ 8.59 3.88 41.89 -
YUV 39.39 205.66 117.73 -
System Red Green Blue C M Y K H S L
Decimal 25 20 177 0.86 0.89 0 0.31 241.91 0.8 0.39
Hex 19 14 B1 56 59 0 1F F2 50 27
Octal 31 24 261 126 131 0 37 362 120 47
Binary 11001 10100 10110001 1010110 1011001 0 11111 11110010 1010000 100111

Color Harmonies of #1914B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1914B1

Black with #1914B1

Text Example


Text Example

White with #1914B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1914B1; }

 p { color: rgb(25,20,177); }

 H1.HeaderClassName
 {
   color: #1914B1;
 }
 .AnyTagClassName
 {
   color: #1914B1;
 }
</style>

background-color css

<style>
 a { background-color: #1914B1; }

 a { background-color: rgb(25,20,177); }

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

border-color css

<style>
 span { border-color: #1914B1; }

 span { border-color: rgb(25,20,177); }

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