Html Css Color HEX #17526B Orient

📋 copy color: '#17526B'

red 23 ◦ green 82 ◦ blue 107

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

Shades of Orient #17526B

Tints of Orient #17526B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.68%

 BLUE value IS 107 (42.19% from 255) = 50.47%

R = 10.85%
G = 38.68%
B = 50.47%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#17526B (or 0x17526B) is known color: Orient. HEX triplet: 17, 52 and 6B. RGB value is (23,82,107). Sum of RGB (Red+Green+Blue) = 23+82+107=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #17526B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17526B is #E8AD94. Grayscale: #434343. Windows color (decimal): -15248789 or 7033367. OLE color: 7033367.

HSL color Cylindrical-coordinate representation of color #17526B: hue angle of 197.86º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17526B is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 23 82 107 -
CMYK 0.79 0.23 0 0.58
HSL 197.86º 0.65% 0.25% -
HSV(B) 197.86º 0.79% 0.42% -
XYZ 6.02 7.28 15 -
YUV 67.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 23 82 107 0.79 0.23 0 0.58 197.86 0.65 0.25
Hex 17 52 6B 4F 17 0 3A C6 41 19
Octal 27 122 153 117 27 0 72 306 101 31
Binary 10111 1010010 1101011 1001111 10111 0 111010 11000110 1000001 11001

Color Harmonies of #17526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17526B

Black with #17526B

Text Example


Text Example

White with #17526B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,82,107); }

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

background-color css

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

 a { background-color: rgb(23,82,107); }

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

border-color css

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

 span { border-color: rgb(23,82,107); }

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