Html Css Color HEX #165274 Orient

📋 copy color: '#165274'

red 22 ◦ green 82 ◦ blue 116

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

Shades of Orient #165274

Tints of Orient #165274

RGB

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

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

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

R = 10%
G = 37.27%
B = 52.73%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#165274 (or 0x165274) is known color: Orient. HEX triplet: 16, 52 and 74. RGB value is (22,82,116). Sum of RGB (Red+Green+Blue) = 22+82+116=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #165274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165274 is #E9AD8B. Grayscale: #434343. Windows color (decimal): -15314316 or 7623190. OLE color: 7623190.

HSL color Cylindrical-coordinate representation of color #165274: hue angle of 201.7º 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 #165274 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 82 116 -
CMYK 0.81 0.29 0 0.55
HSL 201.7º 0.68% 0.27% -
HSV(B) 201.7º 0.81% 0.45% -
XYZ 6.5 7.47 17.62 -
YUV 67.94 155.12 95.24 -
System Red Green Blue C M Y K H S L
Decimal 22 82 116 0.81 0.29 0 0.55 201.7 0.68 0.27
Hex 16 52 74 51 1D 0 37 CA 44 1B
Octal 26 122 164 121 35 0 67 312 104 33
Binary 10110 1010010 1110100 1010001 11101 0 110111 11001010 1000100 11011

Color Harmonies of #165274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165274

Black with #165274

Text Example


Text Example

White with #165274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165274; }

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

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

background-color css

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

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

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

border-color css

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

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

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