Html Css Color HEX #190C51 Paua

📋 copy color: '#190C51'

red 25 ◦ green 12 ◦ blue 81

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

Shades of Paua #190C51

Tints of Paua #190C51

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.17%

 BLUE value IS 81 (32.03% from 255) = 68.64%

R = 21.19%
G = 10.17%
B = 68.64%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#190C51 (or 0x190C51) is known color: Paua. HEX triplet: 19, 0C and 51. RGB value is (25,12,81). Sum of RGB (Red+Green+Blue) = 25+12+81=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 81 (32.03% from 255 or 68.64% from 118); Max value from RGB is 81 - color contains mainly: blue. Hex color #190C51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190C51 is #E6F3AE. Grayscale: #171717. Windows color (decimal): -15135663 or 5311513. OLE color: 5311513.

HSL color Cylindrical-coordinate representation of color #190C51: hue angle of 251.3º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #190C51 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 25 12 81 -
CMYK 0.69 0.85 0 0.68
HSL 251.3º 0.74% 0.18% -
HSV(B) 251.3º 0.85% 0.32% -
XYZ 2.02 1.06 7.88 -
YUV 23.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 25 12 81 0.69 0.85 0 0.68 251.3 0.74 0.18
Hex 19 C 51 45 55 0 44 FB 4A 12
Octal 31 14 121 105 125 0 104 373 112 22
Binary 11001 1100 1010001 1000101 1010101 0 1000100 11111011 1001010 10010

Color Harmonies of #190C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190C51

Black with #190C51

Text Example


Text Example

White with #190C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,12,81); }

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

background-color css

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

 a { background-color: rgb(25,12,81); }

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

border-color css

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

 span { border-color: rgb(25,12,81); }

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