Html Css Color HEX #215979 Orient

📋 copy color: '#215979'

red 33 ◦ green 89 ◦ blue 121

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

Shades of Orient #215979

Tints of Orient #215979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.63%

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

R = 13.58%
G = 36.63%
B = 49.79%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#215979 (or 0x215979) is known color: Orient. HEX triplet: 21, 59 and 79. RGB value is (33,89,121). Sum of RGB (Red+Green+Blue) = 33+89+121=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #215979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215979 is #DEA686. Grayscale: #4B4B4B. Windows color (decimal): -14591623 or 7952673. OLE color: 7952673.

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

Color convert

RGB 33 89 121 -
CMYK 0.73 0.26 0 0.53
HSL 201.82º 0.57% 0.3% -
HSV(B) 201.82º 0.73% 0.47% -
XYZ 7.65 8.85 19.39 -
YUV 75.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 33 89 121 0.73 0.26 0 0.53 201.82 0.57 0.3
Hex 21 59 79 49 1A 0 35 CA 39 1E
Octal 41 131 171 111 32 0 65 312 71 36
Binary 100001 1011001 1111001 1001001 11010 0 110101 11001010 111001 11110

Color Harmonies of #215979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215979

Black with #215979

Text Example


Text Example

White with #215979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215979; }

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

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

background-color css

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

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

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

border-color css

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

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

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