Html Css Color HEX #190B56 Paua

📋 copy color: '#190B56'

red 25 ◦ green 11 ◦ blue 86

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

Shades of Paua #190B56

Tints of Paua #190B56

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.02%

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

R = 20.49%
G = 9.02%
B = 70.49%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#190B56 (or 0x190B56) is known color: Paua. HEX triplet: 19, 0B and 56. RGB value is (25,11,86). Sum of RGB (Red+Green+Blue) = 25+11+86=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 86 (33.98% from 255 or 70.49% from 122); Max value from RGB is 86 - color contains mainly: blue. Hex color #190B56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190B56 is #E6F4A9. Grayscale: #171717. Windows color (decimal): -15135914 or 5638937. OLE color: 5638937.

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

Color convert

RGB 25 11 86 -
CMYK 0.71 0.87 0 0.66
HSL 251.2º 0.77% 0.19% -
HSV(B) 251.2º 0.87% 0.34% -
XYZ 2.2 1.12 8.9 -
YUV 23.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 25 11 86 0.71 0.87 0 0.66 251.2 0.77 0.19
Hex 19 B 56 47 57 0 42 FB 4D 13
Octal 31 13 126 107 127 0 102 373 115 23
Binary 11001 1011 1010110 1000111 1010111 0 1000010 11111011 1001101 10011

Color Harmonies of #190B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190B56

Black with #190B56

Text Example


Text Example

White with #190B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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