Html Css Color HEX #165370 Orient

📋 copy color: '#165370'

red 22 ◦ green 83 ◦ blue 112

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

Shades of Orient #165370

Tints of Orient #165370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.61%

R = 10.14%
G = 38.25%
B = 51.61%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#165370 (or 0x165370) is known color: Orient. HEX triplet: 16, 53 and 70. RGB value is (22,83,112). Sum of RGB (Red+Green+Blue) = 22+83+112=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #165370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165370 is #E9AC8F. Grayscale: #434343. Windows color (decimal): -15314064 or 7361302. OLE color: 7361302.

HSL color Cylindrical-coordinate representation of color #165370: hue angle of 199.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165370 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 22 83 112 -
CMYK 0.80 0.26 0 0.56
HSL 199.33º 0.67% 0.26% -
HSV(B) 199.33º 0.8% 0.44% -
XYZ 6.35 7.53 16.45 -
YUV 68.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 22 83 112 0.80 0.26 0 0.56 199.33 0.67 0.26
Hex 16 53 70 50 1A 0 38 C7 43 1A
Octal 26 123 160 120 32 0 70 307 103 32
Binary 10110 1010011 1110000 1010000 11010 0 111000 11000111 1000011 11010

Color Harmonies of #165370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165370

Black with #165370

Text Example


Text Example

White with #165370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165370; }

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

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

background-color css

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

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

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

border-color css

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

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

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