Html Css Color HEX #165374 Orient

📋 copy color: '#165374'

red 22 ◦ green 83 ◦ blue 116

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

Shades of Orient #165374

Tints of Orient #165374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.49%

R = 9.95%
G = 37.56%
B = 52.49%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#165374 (or 0x165374) is known color: Orient. HEX triplet: 16, 53 and 74. RGB value is (22,83,116). Sum of RGB (Red+Green+Blue) = 22+83+116=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #165374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165374 is #E9AC8B. Grayscale: #444444. Windows color (decimal): -15314060 or 7623446. OLE color: 7623446.

HSL color Cylindrical-coordinate representation of color #165374: hue angle of 201.06º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165374 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 83 116 -
CMYK 0.81 0.28 0 0.55
HSL 201.06º 0.68% 0.27% -
HSV(B) 201.06º 0.81% 0.45% -
XYZ 6.58 7.62 17.65 -
YUV 68.52 154.79 94.82 -
System Red Green Blue C M Y K H S L
Decimal 22 83 116 0.81 0.28 0 0.55 201.06 0.68 0.27
Hex 16 53 74 51 1C 0 37 C9 44 1B
Octal 26 123 164 121 34 0 67 311 104 33
Binary 10110 1010011 1110100 1010001 11100 0 110111 11001001 1000100 11011

Color Harmonies of #165374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165374

Black with #165374

Text Example


Text Example

White with #165374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165374; }

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

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

background-color css

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

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

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

border-color css

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

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

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