Html Css Color HEX #190388 Ultramarine

📋 copy color: '#190388'

red 25 ◦ green 3 ◦ blue 136

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

Shades of Ultramarine #190388

Tints of Ultramarine #190388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.83%

 BLUE value IS 136 (53.52% from 255) = 82.93%

R = 15.24%
G = 1.83%
B = 82.93%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#190388 (or 0x190388) is known color: Ultramarine. HEX triplet: 19, 03 and 88. RGB value is (25,3,136). Sum of RGB (Red+Green+Blue) = 25+3+136=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 136 (53.52% from 255 or 82.93% from 164); Max value from RGB is 136 - color contains mainly: blue. Hex color #190388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190388 is #E6FC77. Grayscale: #181818. Windows color (decimal): -15137912 or 8913689. OLE color: 8913689.

HSL color Cylindrical-coordinate representation of color #190388: hue angle of 249.92º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190388 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 3 136 -
CMYK 0.82 0.98 0 0.47
HSL 249.92º 0.96% 0.27% -
HSV(B) 249.92º 0.98% 0.53% -
XYZ 4.88 2.05 23.43 -
YUV 24.74 190.79 128.19 -
System Red Green Blue C M Y K H S L
Decimal 25 3 136 0.82 0.98 0 0.47 249.92 0.96 0.27
Hex 19 3 88 52 62 0 2F FA 60 1B
Octal 31 3 210 122 142 0 57 372 140 33
Binary 11001 11 10001000 1010010 1100010 0 101111 11111010 1100000 11011

Color Harmonies of #190388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190388

Black with #190388

Text Example


Text Example

White with #190388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190388; }

 p { color: rgb(25,3,136); }

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

background-color css

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

 a { background-color: rgb(25,3,136); }

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

border-color css

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

 span { border-color: rgb(25,3,136); }

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