Html Css Color HEX #175569 Orient

📋 copy color: '#175569'

red 23 ◦ green 85 ◦ blue 105

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

Shades of Orient #175569

Tints of Orient #175569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.91%

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

R = 10.8%
G = 39.91%
B = 49.3%

CMYK

 C value IS 0.78

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#175569 (or 0x175569) is known color: Orient. HEX triplet: 17, 55 and 69. RGB value is (23,85,105). Sum of RGB (Red+Green+Blue) = 23+85+105=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #175569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175569 is #E8AA96. Grayscale: #444444. Windows color (decimal): -15248023 or 6903063. OLE color: 6903063.

HSL color Cylindrical-coordinate representation of color #175569: hue angle of 194.63º 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 #175569 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 85 105 -
CMYK 0.78 0.19 0 0.59
HSL 194.63º 0.64% 0.25% -
HSV(B) 194.63º 0.78% 0.41% -
XYZ 6.15 7.7 14.53 -
YUV 68.74 148.46 95.37 -
System Red Green Blue C M Y K H S L
Decimal 23 85 105 0.78 0.19 0 0.59 194.63 0.64 0.25
Hex 17 55 69 4E 13 0 3B C3 40 19
Octal 27 125 151 116 23 0 73 303 100 31
Binary 10111 1010101 1101001 1001110 10011 0 111011 11000011 1000000 11001

Color Harmonies of #175569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175569

Black with #175569

Text Example


Text Example

White with #175569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175569; }

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

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

background-color css

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

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

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

border-color css

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

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

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