Html Css Color HEX #190583 Ultramarine

📋 copy color: '#190583'

red 25 ◦ green 5 ◦ blue 131

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

Shades of Ultramarine #190583

Tints of Ultramarine #190583

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

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

R = 15.53%
G = 3.11%
B = 81.37%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#190583 (or 0x190583) is known color: Ultramarine. HEX triplet: 19, 05 and 83. RGB value is (25,5,131). Sum of RGB (Red+Green+Blue) = 25+5+131=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 131 (51.56% from 255 or 81.37% from 161); Max value from RGB is 131 - color contains mainly: blue. Hex color #190583 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190583 is #E6FA7C. Grayscale: #181818. Windows color (decimal): -15137405 or 8586521. OLE color: 8586521.

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

Color convert

RGB 25 5 131 -
CMYK 0.81 0.96 0 0.49
HSL 249.52º 0.93% 0.27% -
HSV(B) 249.52º 0.96% 0.51% -
XYZ 4.55 1.95 21.61 -
YUV 25.34 187.63 127.75 -
System Red Green Blue C M Y K H S L
Decimal 25 5 131 0.81 0.96 0 0.49 249.52 0.93 0.27
Hex 19 5 83 51 60 0 31 FA 5D 1B
Octal 31 5 203 121 140 0 61 372 135 33
Binary 11001 101 10000011 1010001 1100000 0 110001 11111010 1011101 11011

Color Harmonies of #190583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190583

Black with #190583

Text Example


Text Example

White with #190583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190583; }

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

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

background-color css

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

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

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

border-color css

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

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

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