Html Css Color HEX #17264F Lucky Point

📋 copy color: '#17264F'

red 23 ◦ green 38 ◦ blue 79

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

Shades of Lucky Point #17264F

Tints of Lucky Point #17264F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.14%

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

R = 16.43%
G = 27.14%
B = 56.43%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#17264F (or 0x17264F) is known color: Lucky Point. HEX triplet: 17, 26 and 4F. RGB value is (23,38,79). Sum of RGB (Red+Green+Blue) = 23+38+79=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #17264F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17264F is #E8D9B0. Grayscale: #262626. Windows color (decimal): -15260081 or 5187095. OLE color: 5187095.

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

Color convert

RGB 23 38 79 -
CMYK 0.71 0.52 0 0.69
HSL 223.93º 0.55% 0.2% -
HSV(B) 223.93º 0.71% 0.31% -
XYZ 2.46 2.13 7.68 -
YUV 38.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 23 38 79 0.71 0.52 0 0.69 223.93 0.55 0.2
Hex 17 26 4F 47 34 0 45 E0 37 14
Octal 27 46 117 107 64 0 105 340 67 24
Binary 10111 100110 1001111 1000111 110100 0 1000101 11100000 110111 10100

Color Harmonies of #17264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17264F

Black with #17264F

Text Example


Text Example

White with #17264F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,38,79); }

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

background-color css

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

 a { background-color: rgb(23,38,79); }

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

border-color css

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

 span { border-color: rgb(23,38,79); }

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