Html Css Color HEX #191085 Ultramarine

📋 copy color: '#191085'

red 25 ◦ green 16 ◦ blue 133

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

Shades of Ultramarine #191085

Tints of Ultramarine #191085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.2%

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

R = 14.37%
G = 9.2%
B = 76.44%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#191085 (or 0x191085) is known color: Ultramarine. HEX triplet: 19, 10 and 85. RGB value is (25,16,133). Sum of RGB (Red+Green+Blue) = 25+16+133=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 133 (52.34% from 255 or 76.44% from 174); Max value from RGB is 133 - color contains mainly: blue. Hex color #191085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191085 is #E6EF7A. Grayscale: #1F1F1F. Windows color (decimal): -15134587 or 8720409. OLE color: 8720409.

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

Color convert

RGB 25 16 133 -
CMYK 0.81 0.88 0 0.48
HSL 244.62º 0.79% 0.29% -
HSV(B) 244.62º 0.88% 0.52% -
XYZ 4.82 2.27 22.37 -
YUV 32.03 184.98 122.99 -
System Red Green Blue C M Y K H S L
Decimal 25 16 133 0.81 0.88 0 0.48 244.62 0.79 0.29
Hex 19 10 85 51 58 0 30 F5 4F 1D
Octal 31 20 205 121 130 0 60 365 117 35
Binary 11001 10000 10000101 1010001 1011000 0 110000 11110101 1001111 11101

Color Harmonies of #191085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191085

Black with #191085

Text Example


Text Example

White with #191085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191085; }

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

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

background-color css

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

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

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

border-color css

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

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

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