Html Css Color HEX #190288 Ultramarine

📋 copy color: '#190288'

red 25 ◦ green 2 ◦ blue 136

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

Shades of Ultramarine #190288

Tints of Ultramarine #190288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

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

R = 15.34%
G = 1.23%
B = 83.44%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#190288 (or 0x190288) is known color: Ultramarine. HEX triplet: 19, 02 and 88. RGB value is (25,2,136). Sum of RGB (Red+Green+Blue) = 25+2+136=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 136 (53.52% from 255 or 83.44% from 163); Max value from RGB is 136 - color contains mainly: blue. Hex color #190288 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190288 is #E6FD77. Grayscale: #171717. Windows color (decimal): -15138168 or 8913433. OLE color: 8913433.

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

Color convert

RGB 25 2 136 -
CMYK 0.82 0.99 0 0.47
HSL 250.3º 0.97% 0.27% -
HSV(B) 250.3º 0.99% 0.53% -
XYZ 4.87 2.03 23.43 -
YUV 24.15 191.12 128.6 -
System Red Green Blue C M Y K H S L
Decimal 25 2 136 0.82 0.99 0 0.47 250.3 0.97 0.27
Hex 19 2 88 52 63 0 2F FA 61 1B
Octal 31 2 210 122 143 0 57 372 141 33
Binary 11001 10 10001000 1010010 1100011 0 101111 11111010 1100001 11011

Color Harmonies of #190288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190288

Black with #190288

Text Example


Text Example

White with #190288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190288; }

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

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

background-color css

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

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

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

border-color css

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

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

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