Html Css Color HEX #17134E Paua

📋 copy color: '#17134E'

red 23 ◦ green 19 ◦ blue 78

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

Shades of Paua #17134E

Tints of Paua #17134E

RGB

 RED value IS 23 (9.38% from 255) = 19.17%

 GREEN value IS 19 (7.81% from 255) = 15.83%

 BLUE value IS 78 (30.86% from 255) = 65%

R = 19.17%
G = 15.83%
B = 65%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#17134E (or 0x17134E) is known color: Paua. HEX triplet: 17, 13 and 4E. RGB value is (23,19,78). Sum of RGB (Red+Green+Blue) = 23+19+78=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #17134E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17134E is #E8ECB1. Grayscale: #1A1A1A. Windows color (decimal): -15264946 or 5116695. OLE color: 5116695.

HSL color Cylindrical-coordinate representation of color #17134E: hue angle of 244.07º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17134E is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 19 78 -
CMYK 0.71 0.76 0 0.69
HSL 244.07º 0.61% 0.19% -
HSV(B) 244.07º 0.76% 0.31% -
XYZ 1.96 1.2 7.34 -
YUV 26.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 23 19 78 0.71 0.76 0 0.69 244.07 0.61 0.19
Hex 17 13 4E 47 4C 0 45 F4 3D 13
Octal 27 23 116 107 114 0 105 364 75 23
Binary 10111 10011 1001110 1000111 1001100 0 1000101 11110100 111101 10011

Color Harmonies of #17134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17134E

Black with #17134E

Text Example


Text Example

White with #17134E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17134E; }

 p { color: rgb(23,19,78); }

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

background-color css

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

 a { background-color: rgb(23,19,78); }

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

border-color css

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

 span { border-color: rgb(23,19,78); }

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