Html Css Color HEX #190D89 Ultramarine

📋 copy color: '#190D89'

red 25 ◦ green 13 ◦ blue 137

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

Shades of Ultramarine #190D89

Tints of Ultramarine #190D89

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.43%

 BLUE value IS 137 (53.91% from 255) = 78.29%

R = 14.29%
G = 7.43%
B = 78.29%

CMYK

 C value IS 0.82

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#190D89 (or 0x190D89) is known color: Ultramarine. HEX triplet: 19, 0D and 89. RGB value is (25,13,137). Sum of RGB (Red+Green+Blue) = 25+13+137=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 137 (53.91% from 255 or 78.29% from 175); Max value from RGB is 137 - color contains mainly: blue. Hex color #190D89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190D89 is #E6F276. Grayscale: #1E1E1E. Windows color (decimal): -15135351 or 8981785. OLE color: 8981785.

HSL color Cylindrical-coordinate representation of color #190D89: hue angle of 245.81º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #190D89 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 13 137 -
CMYK 0.82 0.91 0 0.46
HSL 245.81º 0.83% 0.29% -
HSV(B) 245.81º 0.91% 0.54% -
XYZ 5.06 2.3 23.84 -
YUV 30.72 187.98 123.92 -
System Red Green Blue C M Y K H S L
Decimal 25 13 137 0.82 0.91 0 0.46 245.81 0.83 0.29
Hex 19 D 89 52 5B 0 2E F6 53 1D
Octal 31 15 211 122 133 0 56 366 123 35
Binary 11001 1101 10001001 1010010 1011011 0 101110 11110110 1010011 11101

Color Harmonies of #190D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190D89

Black with #190D89

Text Example


Text Example

White with #190D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,13,137); }

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

background-color css

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

 a { background-color: rgb(25,13,137); }

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

border-color css

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

 span { border-color: rgb(25,13,137); }

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