Html Css Color HEX #191583 Ultramarine

📋 copy color: '#191583'

red 25 ◦ green 21 ◦ blue 131

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

Shades of Ultramarine #191583

Tints of Ultramarine #191583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 74.01%

R = 14.12%
G = 11.86%
B = 74.01%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#191583 (or 0x191583) is known color: Ultramarine. HEX triplet: 19, 15 and 83. RGB value is (25,21,131). Sum of RGB (Red+Green+Blue) = 25+21+131=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 131 (51.56% from 255 or 74.01% from 177); Max value from RGB is 131 - color contains mainly: blue. Hex color #191583 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191583 is #E6EA7C. Grayscale: #222222. Windows color (decimal): -15133309 or 8590617. OLE color: 8590617.

HSL color Cylindrical-coordinate representation of color #191583: hue angle of 242.18º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #191583 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 21 131 -
CMYK 0.81 0.84 0 0.49
HSL 242.18º 0.72% 0.3% -
HSV(B) 242.18º 0.84% 0.51% -
XYZ 4.77 2.38 21.68 -
YUV 34.74 182.33 121.06 -
System Red Green Blue C M Y K H S L
Decimal 25 21 131 0.81 0.84 0 0.49 242.18 0.72 0.3
Hex 19 15 83 51 54 0 31 F2 48 1E
Octal 31 25 203 121 124 0 61 362 110 36
Binary 11001 10101 10000011 1010001 1010100 0 110001 11110010 1001000 11110

Color Harmonies of #191583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191583

Black with #191583

Text Example


Text Example

White with #191583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191583; }

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

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

background-color css

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

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

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

border-color css

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

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

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