Html Css Color HEX #175369 Orient

📋 copy color: '#175369'

red 23 ◦ green 83 ◦ blue 105

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

Shades of Orient #175369

Tints of Orient #175369

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.34%

 BLUE value IS 105 (41.41% from 255) = 49.76%

R = 10.9%
G = 39.34%
B = 49.76%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#175369 (or 0x175369) is known color: Orient. HEX triplet: 17, 53 and 69. RGB value is (23,83,105). Sum of RGB (Red+Green+Blue) = 23+83+105=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #175369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175369 is #E8AC96. Grayscale: #434343. Windows color (decimal): -15248535 or 6902551. OLE color: 6902551.

HSL color Cylindrical-coordinate representation of color #175369: hue angle of 196.1º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #175369 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 83 105 -
CMYK 0.78 0.21 0 0.59
HSL 196.1º 0.64% 0.25% -
HSV(B) 196.1º 0.78% 0.41% -
XYZ 6 7.39 14.47 -
YUV 67.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 23 83 105 0.78 0.21 0 0.59 196.1 0.64 0.25
Hex 17 53 69 4E 15 0 3B C4 40 19
Octal 27 123 151 116 25 0 73 304 100 31
Binary 10111 1010011 1101001 1001110 10101 0 111011 11000100 1000000 11001

Color Harmonies of #175369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175369

Black with #175369

Text Example


Text Example

White with #175369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175369; }

 p { color: rgb(23,83,105); }

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

background-color css

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

 a { background-color: rgb(23,83,105); }

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

border-color css

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

 span { border-color: rgb(23,83,105); }

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