Html Css Color HEX #215A79 Orient

📋 copy color: '#215A79'

red 33 ◦ green 90 ◦ blue 121

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

Shades of Orient #215A79

Tints of Orient #215A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.89%

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

R = 13.52%
G = 36.89%
B = 49.59%

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

#215A79 (or 0x215A79) is known color: Orient. HEX triplet: 21, 5A and 79. RGB value is (33,90,121). Sum of RGB (Red+Green+Blue) = 33+90+121=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #215A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A79 is #DEA586. Grayscale: #4C4C4C. Windows color (decimal): -14591367 or 7952929. OLE color: 7952929.

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

Color convert

RGB 33 90 121 -
CMYK 0.73 0.26 0 0.53
HSL 201.14º 0.57% 0.3% -
HSV(B) 201.14º 0.73% 0.47% -
XYZ 7.73 9.02 19.42 -
YUV 76.49 153.12 96.98 -
System Red Green Blue C M Y K H S L
Decimal 33 90 121 0.73 0.26 0 0.53 201.14 0.57 0.3
Hex 21 5A 79 49 1A 0 35 C9 39 1E
Octal 41 132 171 111 32 0 65 311 71 36
Binary 100001 1011010 1111001 1001001 11010 0 110101 11001001 111001 11110

Color Harmonies of #215A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A79

Black with #215A79

Text Example


Text Example

White with #215A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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