Html Css Color HEX #23194F Paua

📋 copy color: '#23194F'

red 35 ◦ green 25 ◦ blue 79

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

Shades of Paua #23194F

Tints of Paua #23194F

RGB

 RED value IS 35 (14.06% from 255) = 25.18%

 GREEN value IS 25 (10.16% from 255) = 17.99%

 BLUE value IS 79 (31.25% from 255) = 56.83%

R = 25.18%
G = 17.99%
B = 56.83%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#23194F (or 0x23194F) is known color: Paua. HEX triplet: 23, 19 and 4F. RGB value is (35,25,79). Sum of RGB (Red+Green+Blue) = 35+25+79=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #23194F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23194F is #DCE6B0. Grayscale: #212121. Windows color (decimal): -14476977 or 5183779. OLE color: 5183779.

HSL color Cylindrical-coordinate representation of color #23194F: hue angle of 251.11º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23194F is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 25 79 -
CMYK 0.56 0.68 0 0.69
HSL 251.11º 0.52% 0.2% -
HSV(B) 251.11º 0.68% 0.31% -
XYZ 2.45 1.62 7.58 -
YUV 34.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 35 25 79 0.56 0.68 0 0.69 251.11 0.52 0.2
Hex 23 19 4F 38 44 0 45 FB 34 14
Octal 43 31 117 70 104 0 105 373 64 24
Binary 100011 11001 1001111 111000 1000100 0 1000101 11111011 110100 10100

Color Harmonies of #23194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23194F

Black with #23194F

Text Example


Text Example

White with #23194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23194F; }

 p { color: rgb(35,25,79); }

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

background-color css

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

 a { background-color: rgb(35,25,79); }

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

border-color css

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

 span { border-color: rgb(35,25,79); }

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