Html Css Color HEX #175469 Orient

📋 copy color: '#175469'

red 23 ◦ green 84 ◦ blue 105

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

Shades of Orient #175469

Tints of Orient #175469

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.62%

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

R = 10.85%
G = 39.62%
B = 49.53%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#175469 (or 0x175469) is known color: Orient. HEX triplet: 17, 54 and 69. RGB value is (23,84,105). Sum of RGB (Red+Green+Blue) = 23+84+105=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #175469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175469 is #E8AB96. Grayscale: #444444. Windows color (decimal): -15248279 or 6902807. OLE color: 6902807.

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

Color convert

RGB 23 84 105 -
CMYK 0.78 0.20 0 0.59
HSL 195.37º 0.64% 0.25% -
HSV(B) 195.37º 0.78% 0.41% -
XYZ 6.07 7.54 14.5 -
YUV 68.16 148.79 95.79 -
System Red Green Blue C M Y K H S L
Decimal 23 84 105 0.78 0.20 0 0.59 195.37 0.64 0.25
Hex 17 54 69 4E 14 0 3B C3 40 19
Octal 27 124 151 116 24 0 73 303 100 31
Binary 10111 1010100 1101001 1001110 10100 0 111011 11000011 1000000 11001

Color Harmonies of #175469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175469

Black with #175469

Text Example


Text Example

White with #175469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175469; }

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

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

background-color css

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

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

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

border-color css

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

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

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