Html Css Color HEX #190485 Ultramarine

📋 copy color: '#190485'

red 25 ◦ green 4 ◦ blue 133

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

Shades of Ultramarine #190485

Tints of Ultramarine #190485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.47%

 BLUE value IS 133 (52.34% from 255) = 82.1%

R = 15.43%
G = 2.47%
B = 82.1%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#190485 (or 0x190485) is known color: Ultramarine. HEX triplet: 19, 04 and 85. RGB value is (25,4,133). Sum of RGB (Red+Green+Blue) = 25+4+133=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 133 (52.34% from 255 or 82.10% from 162); Max value from RGB is 133 - color contains mainly: blue. Hex color #190485 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190485 is #E6FB7A. Grayscale: #181818. Windows color (decimal): -15137659 or 8717337. OLE color: 8717337.

HSL color Cylindrical-coordinate representation of color #190485: hue angle of 249.77º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #190485 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 4 133 -
CMYK 0.81 0.97 0 0.48
HSL 249.77º 0.94% 0.27% -
HSV(B) 249.77º 0.97% 0.52% -
XYZ 4.68 1.99 22.33 -
YUV 24.99 188.96 128.01 -
System Red Green Blue C M Y K H S L
Decimal 25 4 133 0.81 0.97 0 0.48 249.77 0.94 0.27
Hex 19 4 85 51 61 0 30 FA 5E 1B
Octal 31 4 205 121 141 0 60 372 136 33
Binary 11001 100 10000101 1010001 1100001 0 110000 11111010 1011110 11011

Color Harmonies of #190485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190485

Black with #190485

Text Example


Text Example

White with #190485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190485; }

 p { color: rgb(25,4,133); }

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

background-color css

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

 a { background-color: rgb(25,4,133); }

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

border-color css

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

 span { border-color: rgb(25,4,133); }

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