Html Css Color HEX #190F87 Ultramarine

📋 copy color: '#190F87'

red 25 ◦ green 15 ◦ blue 135

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

Shades of Ultramarine #190F87

Tints of Ultramarine #190F87

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.57%

 BLUE value IS 135 (53.13% from 255) = 77.14%

R = 14.29%
G = 8.57%
B = 77.14%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#190F87 (or 0x190F87) is known color: Ultramarine. HEX triplet: 19, 0F and 87. RGB value is (25,15,135). Sum of RGB (Red+Green+Blue) = 25+15+135=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 135 (53.12% from 255 or 77.14% from 175); Max value from RGB is 135 - color contains mainly: blue. Hex color #190F87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190F87 is #E6F078. Grayscale: #1F1F1F. Windows color (decimal): -15134841 or 8851225. OLE color: 8851225.

HSL color Cylindrical-coordinate representation of color #190F87: hue angle of 245º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #190F87 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 15 135 -
CMYK 0.81 0.89 0 0.47
HSL 245º 0.8% 0.29% -
HSV(B) 245º 0.89% 0.53% -
XYZ 4.94 2.3 23.1 -
YUV 31.67 186.31 123.24 -
System Red Green Blue C M Y K H S L
Decimal 25 15 135 0.81 0.89 0 0.47 245 0.8 0.29
Hex 19 F 87 51 59 0 2F F5 50 1D
Octal 31 17 207 121 131 0 57 365 120 35
Binary 11001 1111 10000111 1010001 1011001 0 101111 11110101 1010000 11101

Color Harmonies of #190F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190F87

Black with #190F87

Text Example


Text Example

White with #190F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190F87; }

 p { color: rgb(25,15,135); }

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

background-color css

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

 a { background-color: rgb(25,15,135); }

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

border-color css

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

 span { border-color: rgb(25,15,135); }

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