Html Css Color HEX #215071 Orient

📋 copy color: '#215071'

red 33 ◦ green 80 ◦ blue 113

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

Shades of Orient #215071

Tints of Orient #215071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 113 (44.53% from 255) = 50%

R = 14.6%
G = 35.4%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#215071 (or 0x215071) is known color: Orient. HEX triplet: 21, 50 and 71. RGB value is (33,80,113). Sum of RGB (Red+Green+Blue) = 33+80+113=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #215071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215071 is #DEAF8E. Grayscale: #454545. Windows color (decimal): -14593935 or 7426081. OLE color: 7426081.

HSL color Cylindrical-coordinate representation of color #215071: hue angle of 204.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #215071 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 80 113 -
CMYK 0.71 0.29 0 0.56
HSL 204.75º 0.55% 0.29% -
HSV(B) 204.75º 0.71% 0.44% -
XYZ 6.48 7.25 16.68 -
YUV 69.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 33 80 113 0.71 0.29 0 0.56 204.75 0.55 0.29
Hex 21 50 71 47 1D 0 38 CD 37 1D
Octal 41 120 161 107 35 0 70 315 67 35
Binary 100001 1010000 1110001 1000111 11101 0 111000 11001101 110111 11101

Color Harmonies of #215071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215071

Black with #215071

Text Example


Text Example

White with #215071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215071; }

 p { color: rgb(33,80,113); }

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

background-color css

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

 a { background-color: rgb(33,80,113); }

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

border-color css

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

 span { border-color: rgb(33,80,113); }

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