Html Css Color HEX #216078 Orient

📋 copy color: '#216078'

red 33 ◦ green 96 ◦ blue 120

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

Shades of Orient #216078

Tints of Orient #216078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48.19%

R = 13.25%
G = 38.55%
B = 48.19%

CMYK

 C value IS 0.72

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#216078 (or 0x216078) is known color: Orient. HEX triplet: 21, 60 and 78. RGB value is (33,96,120). Sum of RGB (Red+Green+Blue) = 33+96+120=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #216078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216078 is #DE9F87. Grayscale: #4F4F4F. Windows color (decimal): -14589832 or 7888929. OLE color: 7888929.

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

Color convert

RGB 33 96 120 -
CMYK 0.72 0.2 0 0.53
HSL 196.55º 0.57% 0.3% -
HSV(B) 196.55º 0.73% 0.47% -
XYZ 8.2 10.05 19.28 -
YUV 79.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 33 96 120 0.72 0.2 0 0.53 196.55 0.57 0.3
Hex 21 60 78 48 14 0 35 C5 39 1E
Octal 41 140 170 110 24 0 65 305 71 36
Binary 100001 1100000 1111000 1001000 10100 0 110101 11000101 111001 11110

Color Harmonies of #216078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216078

Black with #216078

Text Example


Text Example

White with #216078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216078; }

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

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

background-color css

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

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

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

border-color css

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

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

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