Html Css Color HEX #190680 Ultramarine

📋 copy color: '#190680'

red 25 ◦ green 6 ◦ blue 128

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

Shades of Ultramarine #190680

Tints of Ultramarine #190680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.77%

 BLUE value IS 128 (50.39% from 255) = 80.5%

R = 15.72%
G = 3.77%
B = 80.5%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#190680 (or 0x190680) is known color: Ultramarine. HEX triplet: 19, 06 and 80. RGB value is (25,6,128). Sum of RGB (Red+Green+Blue) = 25+6+128=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 128 (50.39% from 255 or 80.50% from 159); Max value from RGB is 128 - color contains mainly: blue. Hex color #190680 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190680 is #E6F97F. Grayscale: #191919. Windows color (decimal): -15137152 or 8390169. OLE color: 8390169.

HSL color Cylindrical-coordinate representation of color #190680: hue angle of 249.34º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190680 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 6 128 -
CMYK 0.80 0.95 0 0.50
HSL 249.34º 0.91% 0.26% -
HSV(B) 249.34º 0.95% 0.5% -
XYZ 4.36 1.9 20.56 -
YUV 25.59 185.79 127.58 -
System Red Green Blue C M Y K H S L
Decimal 25 6 128 0.80 0.95 0 0.50 249.34 0.91 0.26
Hex 19 6 80 50 5F 0 32 F9 5B 1A
Octal 31 6 200 120 137 0 62 371 133 32
Binary 11001 110 10000000 1010000 1011111 0 110010 11111001 1011011 11010

Color Harmonies of #190680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190680

Black with #190680

Text Example


Text Example

White with #190680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190680; }

 p { color: rgb(25,6,128); }

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

background-color css

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

 a { background-color: rgb(25,6,128); }

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

border-color css

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

 span { border-color: rgb(25,6,128); }

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