Html Css Color HEX #165379 Orient

📋 copy color: '#165379'

red 22 ◦ green 83 ◦ blue 121

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

Shades of Orient #165379

Tints of Orient #165379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.54%

R = 9.73%
G = 36.73%
B = 53.54%

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

#165379 (or 0x165379) is known color: Orient. HEX triplet: 16, 53 and 79. RGB value is (22,83,121). Sum of RGB (Red+Green+Blue) = 22+83+121=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #165379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165379 is #E9AC86. Grayscale: #444444. Windows color (decimal): -15314055 or 7951126. OLE color: 7951126.

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

Color convert

RGB 22 83 121 -
CMYK 0.82 0.31 0 0.53
HSL 203.03º 0.69% 0.28% -
HSV(B) 203.03º 0.82% 0.47% -
XYZ 6.88 7.74 19.22 -
YUV 69.09 157.29 94.41 -
System Red Green Blue C M Y K H S L
Decimal 22 83 121 0.82 0.31 0 0.53 203.03 0.69 0.28
Hex 16 53 79 52 1F 0 35 CB 45 1C
Octal 26 123 171 122 37 0 65 313 105 34
Binary 10110 1010011 1111001 1010010 11111 0 110101 11001011 1000101 11100

Color Harmonies of #165379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165379

Black with #165379

Text Example


Text Example

White with #165379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165379; }

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

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

background-color css

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

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

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

border-color css

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

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

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