Html Css Color HEX #190076 Ultramarine

📋 copy color: '#190076'

red 25 ◦ green 0 ◦ blue 118

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

Shades of Ultramarine #190076

Tints of Ultramarine #190076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 82.52%

R = 17.48%
G = 0%
B = 82.52%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#190076 (or 0x190076) is known color: Ultramarine. HEX triplet: 19, 00 and 76. RGB value is (25,0,118). Sum of RGB (Red+Green+Blue) = 25+0+118=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 118 (46.48% from 255 or 82.52% from 143); Max value from RGB is 118 - color contains mainly: blue. Hex color #190076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190076 is #E6FF89. Grayscale: #141414. Windows color (decimal): -15138698 or 7733273. OLE color: 7733273.

HSL color Cylindrical-coordinate representation of color #190076: hue angle of 252.71º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190076 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 0 118 -
CMYK 0.79 1 0 0.54
HSL 252.71º 1% 0.23% -
HSV(B) 252.71º 1% 0.46% -
XYZ 3.67 1.51 17.24 -
YUV 20.93 182.78 130.91 -
System Red Green Blue C M Y K H S L
Decimal 25 0 118 0.79 1 0 0.54 252.71 1 0.23
Hex 19 0 76 4F 64 0 36 FD 64 17
Octal 31 0 166 117 144 0 66 375 144 27
Binary 11001 0 1110110 1001111 1100100 0 110110 11111101 1100100 10111

Color Harmonies of #190076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190076

Black with #190076

Text Example


Text Example

White with #190076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190076; }

 p { color: rgb(25,0,118); }

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

background-color css

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

 a { background-color: rgb(25,0,118); }

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

border-color css

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

 span { border-color: rgb(25,0,118); }

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