Html Css Color HEX #165377 Orient

📋 copy color: '#165377'

red 22 ◦ green 83 ◦ blue 119

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

Shades of Orient #165377

Tints of Orient #165377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 53.13%

R = 9.82%
G = 37.05%
B = 53.13%

CMYK

 C value IS 0.82

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#165377 (or 0x165377) is known color: Orient. HEX triplet: 16, 53 and 77. RGB value is (22,83,119). Sum of RGB (Red+Green+Blue) = 22+83+119=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #165377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165377 is #E9AC88. Grayscale: #444444. Windows color (decimal): -15314057 or 7820054. OLE color: 7820054.

HSL color Cylindrical-coordinate representation of color #165377: hue angle of 202.27º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165377 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 83 119 -
CMYK 0.82 0.30 0 0.53
HSL 202.27º 0.69% 0.28% -
HSV(B) 202.27º 0.82% 0.47% -
XYZ 6.75 7.69 18.58 -
YUV 68.87 156.29 94.57 -
System Red Green Blue C M Y K H S L
Decimal 22 83 119 0.82 0.30 0 0.53 202.27 0.69 0.28
Hex 16 53 77 52 1E 0 35 CA 45 1C
Octal 26 123 167 122 36 0 65 312 105 34
Binary 10110 1010011 1110111 1010010 11110 0 110101 11001010 1000101 11100

Color Harmonies of #165377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165377

Black with #165377

Text Example


Text Example

White with #165377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165377; }

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

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

background-color css

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

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

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

border-color css

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

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

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