Html Css Color HEX #190685 Ultramarine

📋 copy color: '#190685'

red 25 ◦ green 6 ◦ blue 133

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

Shades of Ultramarine #190685

Tints of Ultramarine #190685

RGB

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

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

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

R = 15.24%
G = 3.66%
B = 81.1%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#190685 (or 0x190685) is known color: Ultramarine. HEX triplet: 19, 06 and 85. RGB value is (25,6,133). Sum of RGB (Red+Green+Blue) = 25+6+133=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 133 (52.34% from 255 or 81.10% from 164); Max value from RGB is 133 - color contains mainly: blue. Hex color #190685 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190685 is #E6F97A. Grayscale: #191919. Windows color (decimal): -15137147 or 8717849. OLE color: 8717849.

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

Color convert

RGB 25 6 133 -
CMYK 0.81 0.95 0 0.48
HSL 248.98º 0.91% 0.27% -
HSV(B) 248.98º 0.95% 0.52% -
XYZ 4.7 2.03 22.33 -
YUV 26.16 188.29 127.17 -
System Red Green Blue C M Y K H S L
Decimal 25 6 133 0.81 0.95 0 0.48 248.98 0.91 0.27
Hex 19 6 85 51 5F 0 30 F9 5B 1B
Octal 31 6 205 121 137 0 60 371 133 33
Binary 11001 110 10000101 1010001 1011111 0 110000 11111001 1011011 11011

Color Harmonies of #190685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190685

Black with #190685

Text Example


Text Example

White with #190685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190685; }

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

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

background-color css

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

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

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

border-color css

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

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

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