Html Css Color HEX #190F56 Paua

📋 copy color: '#190F56'

red 25 ◦ green 15 ◦ blue 86

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

Shades of Paua #190F56

Tints of Paua #190F56

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.9%

 BLUE value IS 86 (33.98% from 255) = 68.25%

R = 19.84%
G = 11.9%
B = 68.25%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#190F56 (or 0x190F56) is known color: Paua. HEX triplet: 19, 0F and 56. RGB value is (25,15,86). Sum of RGB (Red+Green+Blue) = 25+15+86=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 86 (33.98% from 255 or 68.25% from 126); Max value from RGB is 86 - color contains mainly: blue. Hex color #190F56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190F56 is #E6F0A9. Grayscale: #191919. Windows color (decimal): -15134890 or 5639961. OLE color: 5639961.

HSL color Cylindrical-coordinate representation of color #190F56: hue angle of 248.45º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #190F56 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 15 86 -
CMYK 0.71 0.83 0 0.66
HSL 248.45º 0.7% 0.2% -
HSV(B) 248.45º 0.83% 0.34% -
XYZ 2.25 1.22 8.92 -
YUV 26.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 25 15 86 0.71 0.83 0 0.66 248.45 0.7 0.2
Hex 19 F 56 47 53 0 42 F8 46 14
Octal 31 17 126 107 123 0 102 370 106 24
Binary 11001 1111 1010110 1000111 1010011 0 1000010 11111000 1000110 10100

Color Harmonies of #190F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190F56

Black with #190F56

Text Example


Text Example

White with #190F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190F56; }

 p { color: rgb(25,15,86); }

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

background-color css

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

 a { background-color: rgb(25,15,86); }

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

border-color css

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

 span { border-color: rgb(25,15,86); }

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