Html Css Color HEX #190682 Ultramarine

📋 copy color: '#190682'

red 25 ◦ green 6 ◦ blue 130

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

Shades of Ultramarine #190682

Tints of Ultramarine #190682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 80.75%

R = 15.53%
G = 3.73%
B = 80.75%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#190682 (or 0x190682) is known color: Ultramarine. HEX triplet: 19, 06 and 82. RGB value is (25,6,130). Sum of RGB (Red+Green+Blue) = 25+6+130=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 130 (51.17% from 255 or 80.75% from 161); Max value from RGB is 130 - color contains mainly: blue. Hex color #190682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190682 is #E6F97D. Grayscale: #191919. Windows color (decimal): -15137150 or 8521241. OLE color: 8521241.

HSL color Cylindrical-coordinate representation of color #190682: hue angle of 249.19º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190682 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 6 130 -
CMYK 0.81 0.95 0 0.49
HSL 249.19º 0.91% 0.27% -
HSV(B) 249.19º 0.95% 0.51% -
XYZ 4.5 1.95 21.26 -
YUV 25.82 186.79 127.42 -
System Red Green Blue C M Y K H S L
Decimal 25 6 130 0.81 0.95 0 0.49 249.19 0.91 0.27
Hex 19 6 82 51 5F 0 31 F9 5B 1B
Octal 31 6 202 121 137 0 61 371 133 33
Binary 11001 110 10000010 1010001 1011111 0 110001 11111001 1011011 11011

Color Harmonies of #190682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190682

Black with #190682

Text Example


Text Example

White with #190682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190682; }

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

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

background-color css

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

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

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

border-color css

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

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

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