Html Css Color HEX #190696 Ultramarine

📋 copy color: '#190696'

red 25 ◦ green 6 ◦ blue 150

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

Shades of Ultramarine #190696

Tints of Ultramarine #190696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 82.87%

R = 13.81%
G = 3.31%
B = 82.87%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#190696 (or 0x190696) is known color: Ultramarine. HEX triplet: 19, 06 and 96. RGB value is (25,6,150). Sum of RGB (Red+Green+Blue) = 25+6+150=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 150 (58.98% from 255 or 82.87% from 181); Max value from RGB is 150 - color contains mainly: blue. Hex color #190696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190696 is #E6F969. Grayscale: #1B1B1B. Windows color (decimal): -15137130 or 9831961. OLE color: 9831961.

HSL color Cylindrical-coordinate representation of color #190696: hue angle of 247.92º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190696 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 6 150 -
CMYK 0.83 0.96 0 0.41
HSL 247.92º 0.92% 0.31% -
HSV(B) 247.92º 0.96% 0.59% -
XYZ 5.97 2.54 29.03 -
YUV 28.1 196.79 125.79 -
System Red Green Blue C M Y K H S L
Decimal 25 6 150 0.83 0.96 0 0.41 247.92 0.92 0.31
Hex 19 6 96 53 60 0 29 F8 5C 1F
Octal 31 6 226 123 140 0 51 370 134 37
Binary 11001 110 10010110 1010011 1100000 0 101001 11111000 1011100 11111

Color Harmonies of #190696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190696

Black with #190696

Text Example


Text Example

White with #190696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190696; }

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

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

background-color css

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

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

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

border-color css

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

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

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