Html Css Color HEX #165369 Orient

📋 copy color: '#165369'

red 22 ◦ green 83 ◦ blue 105

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

Shades of Orient #165369

Tints of Orient #165369

RGB

 RED value IS 22 (8.98% from 255) = 10.48%

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

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

R = 10.48%
G = 39.52%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#165369 (or 0x165369) is known color: Orient. HEX triplet: 16, 53 and 69. RGB value is (22,83,105). Sum of RGB (Red+Green+Blue) = 22+83+105=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #165369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165369 is #E9AC96. Grayscale: #434343. Windows color (decimal): -15314071 or 6902550. OLE color: 6902550.

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

Color convert

RGB 22 83 105 -
CMYK 0.79 0.21 0 0.59
HSL 195.9º 0.65% 0.25% -
HSV(B) 195.9º 0.79% 0.41% -
XYZ 5.97 7.38 14.47 -
YUV 67.27 149.29 95.71 -
System Red Green Blue C M Y K H S L
Decimal 22 83 105 0.79 0.21 0 0.59 195.9 0.65 0.25
Hex 16 53 69 4F 15 0 3B C4 41 19
Octal 26 123 151 117 25 0 73 304 101 31
Binary 10110 1010011 1101001 1001111 10101 0 111011 11000100 1000001 11001

Color Harmonies of #165369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165369

Black with #165369

Text Example


Text Example

White with #165369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165369; }

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

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

background-color css

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

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

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

border-color css

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

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

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