Html Css Color HEX #17134B Paua

📋 copy color: '#17134B'

red 23 ◦ green 19 ◦ blue 75

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

Shades of Paua #17134B

Tints of Paua #17134B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 64.1%

R = 19.66%
G = 16.24%
B = 64.1%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#17134B (or 0x17134B) is known color: Paua. HEX triplet: 17, 13 and 4B. RGB value is (23,19,75). Sum of RGB (Red+Green+Blue) = 23+19+75=117 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.66% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #17134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17134B is #E8ECB4. Grayscale: #1A1A1A. Windows color (decimal): -15264949 or 4920087. OLE color: 4920087.

HSL color Cylindrical-coordinate representation of color #17134B: hue angle of 244.29º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17134B is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 23 19 75 -
CMYK 0.69 0.75 0 0.71
HSL 244.29º 0.6% 0.18% -
HSV(B) 244.29º 0.75% 0.29% -
XYZ 1.86 1.16 6.78 -
YUV 26.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 23 19 75 0.69 0.75 0 0.71 244.29 0.6 0.18
Hex 17 13 4B 45 4B 0 47 F4 3C 12
Octal 27 23 113 105 113 0 107 364 74 22
Binary 10111 10011 1001011 1000101 1001011 0 1000111 11110100 111100 10010

Color Harmonies of #17134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17134B

Black with #17134B

Text Example


Text Example

White with #17134B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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