Html Css Color HEX #190753 Paua

📋 copy color: '#190753'

red 25 ◦ green 7 ◦ blue 83

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

Shades of Paua #190753

Tints of Paua #190753

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.09%

 BLUE value IS 83 (32.81% from 255) = 72.17%

R = 21.74%
G = 6.09%
B = 72.17%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#190753 (or 0x190753) is known color: Paua. HEX triplet: 19, 07 and 53. RGB value is (25,7,83). Sum of RGB (Red+Green+Blue) = 25+7+83=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #190753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190753 is #E6F8AC. Grayscale: #141414. Windows color (decimal): -15136941 or 5441305. OLE color: 5441305.

HSL color Cylindrical-coordinate representation of color #190753: hue angle of 254.21º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190753 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 7 83 -
CMYK 0.70 0.92 0 0.67
HSL 254.21º 0.84% 0.18% -
HSV(B) 254.21º 0.92% 0.33% -
XYZ 2.04 0.98 8.27 -
YUV 21.05 162.96 130.82 -
System Red Green Blue C M Y K H S L
Decimal 25 7 83 0.70 0.92 0 0.67 254.21 0.84 0.18
Hex 19 7 53 46 5C 0 43 FE 54 12
Octal 31 7 123 106 134 0 103 376 124 22
Binary 11001 111 1010011 1000110 1011100 0 1000011 11111110 1010100 10010

Color Harmonies of #190753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190753

Black with #190753

Text Example


Text Example

White with #190753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190753; }

 p { color: rgb(25,7,83); }

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

background-color css

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

 a { background-color: rgb(25,7,83); }

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

border-color css

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

 span { border-color: rgb(25,7,83); }

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