Html Css Color HEX #216079 Orient

📋 copy color: '#216079'

red 33 ◦ green 96 ◦ blue 121

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

Shades of Orient #216079

Tints of Orient #216079

RGB

 RED value IS 33 (13.28% from 255) = 13.2%

 GREEN value IS 96 (37.89% from 255) = 38.4%

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

R = 13.2%
G = 38.4%
B = 48.4%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#216079 (or 0x216079) is known color: Orient. HEX triplet: 21, 60 and 79. RGB value is (33,96,121). Sum of RGB (Red+Green+Blue) = 33+96+121=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #216079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216079 is #DE9F86. Grayscale: #4F4F4F. Windows color (decimal): -14589831 or 7954465. OLE color: 7954465.

HSL color Cylindrical-coordinate representation of color #216079: hue angle of 197.05º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #216079 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 96 121 -
CMYK 0.73 0.21 0 0.53
HSL 197.05º 0.57% 0.3% -
HSV(B) 197.05º 0.73% 0.47% -
XYZ 8.26 10.07 19.6 -
YUV 80.01 151.13 94.47 -
System Red Green Blue C M Y K H S L
Decimal 33 96 121 0.73 0.21 0 0.53 197.05 0.57 0.3
Hex 21 60 79 49 15 0 35 C5 39 1E
Octal 41 140 171 111 25 0 65 305 71 36
Binary 100001 1100000 1111001 1001001 10101 0 110101 11000101 111001 11110

Color Harmonies of #216079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216079

Black with #216079

Text Example


Text Example

White with #216079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216079; }

 p { color: rgb(33,96,121); }

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

background-color css

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

 a { background-color: rgb(33,96,121); }

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

border-color css

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

 span { border-color: rgb(33,96,121); }

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