Html Css Color HEX #165277 Orient

📋 copy color: '#165277'

red 22 ◦ green 82 ◦ blue 119

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

Shades of Orient #165277

Tints of Orient #165277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.77%

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

R = 9.87%
G = 36.77%
B = 53.36%

CMYK

 C value IS 0.82

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#165277 (or 0x165277) is known color: Orient. HEX triplet: 16, 52 and 77. RGB value is (22,82,119). Sum of RGB (Red+Green+Blue) = 22+82+119=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #165277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165277 is #E9AD88. Grayscale: #444444. Windows color (decimal): -15314313 or 7819798. OLE color: 7819798.

HSL color Cylindrical-coordinate representation of color #165277: hue angle of 202.89º 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 #165277 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 82 119 -
CMYK 0.82 0.31 0 0.53
HSL 202.89º 0.69% 0.28% -
HSV(B) 202.89º 0.82% 0.47% -
XYZ 6.68 7.54 18.56 -
YUV 68.28 156.62 94.99 -
System Red Green Blue C M Y K H S L
Decimal 22 82 119 0.82 0.31 0 0.53 202.89 0.69 0.28
Hex 16 52 77 52 1F 0 35 CB 45 1C
Octal 26 122 167 122 37 0 65 313 105 34
Binary 10110 1010010 1110111 1010010 11111 0 110101 11001011 1000101 11100

Color Harmonies of #165277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165277

Black with #165277

Text Example


Text Example

White with #165277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165277; }

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

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

background-color css

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

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

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

border-color css

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

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

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