Html Css Color HEX #1913B1 Ultramarine

📋 copy color: '#1913B1'

red 25 ◦ green 19 ◦ blue 177

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

Shades of Ultramarine #1913B1

Tints of Ultramarine #1913B1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

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

R = 11.31%
G = 8.6%
B = 80.09%

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

#1913B1 (or 0x1913B1) is known color: Ultramarine. HEX triplet: 19, 13 and B1. RGB value is (25,19,177). Sum of RGB (Red+Green+Blue) = 25+19+177=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 177 (69.53% from 255 or 80.09% from 221); Max value from RGB is 177 - color contains mainly: blue. Hex color #1913B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1913B1 is #E6EC4E. Grayscale: #262626. Windows color (decimal): -15133775 or 11604761. OLE color: 11604761.

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

Color convert

RGB 25 19 177 -
CMYK 0.86 0.89 0 0.31
HSL 242.28º 0.81% 0.38% -
HSV(B) 242.28º 0.89% 0.69% -
XYZ 8.57 3.85 41.89 -
YUV 38.81 205.99 118.15 -
System Red Green Blue C M Y K H S L
Decimal 25 19 177 0.86 0.89 0 0.31 242.28 0.81 0.38
Hex 19 13 B1 56 59 0 1F F2 51 26
Octal 31 23 261 126 131 0 37 362 121 46
Binary 11001 10011 10110001 1010110 1011001 0 11111 11110010 1010001 100110

Color Harmonies of #1913B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1913B1

Black with #1913B1

Text Example


Text Example

White with #1913B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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