Html Css Color HEX #190888 Ultramarine

📋 copy color: '#190888'

red 25 ◦ green 8 ◦ blue 136

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

Shades of Ultramarine #190888

Tints of Ultramarine #190888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.73%

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

R = 14.79%
G = 4.73%
B = 80.47%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#190888 (or 0x190888) is known color: Ultramarine. HEX triplet: 19, 08 and 88. RGB value is (25,8,136). Sum of RGB (Red+Green+Blue) = 25+8+136=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 136 (53.52% from 255 or 80.47% from 169); Max value from RGB is 136 - color contains mainly: blue. Hex color #190888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190888 is #E6F777. Grayscale: #1B1B1B. Windows color (decimal): -15136632 or 8914969. OLE color: 8914969.

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

Color convert

RGB 25 8 136 -
CMYK 0.82 0.94 0 0.47
HSL 247.97º 0.89% 0.28% -
HSV(B) 247.97º 0.94% 0.53% -
XYZ 4.93 2.16 23.45 -
YUV 27.68 189.13 126.09 -
System Red Green Blue C M Y K H S L
Decimal 25 8 136 0.82 0.94 0 0.47 247.97 0.89 0.28
Hex 19 8 88 52 5E 0 2F F8 59 1C
Octal 31 10 210 122 136 0 57 370 131 34
Binary 11001 1000 10001000 1010010 1011110 0 101111 11111000 1011001 11100

Color Harmonies of #190888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190888

Black with #190888

Text Example


Text Example

White with #190888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190888; }

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

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

background-color css

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

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

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

border-color css

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

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

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