Html Css Color HEX #215D7D Orient

📋 copy color: '#215D7D'

red 33 ◦ green 93 ◦ blue 125

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

Shades of Orient #215D7D

Tints of Orient #215D7D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.05%

 BLUE value IS 125 (49.22% from 255) = 49.8%

R = 13.15%
G = 37.05%
B = 49.8%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#215D7D (or 0x215D7D) is known color: Orient. HEX triplet: 21, 5D and 7D. RGB value is (33,93,125). Sum of RGB (Red+Green+Blue) = 33+93+125=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #215D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D7D is #DEA282. Grayscale: #4E4E4E. Windows color (decimal): -14590595 or 8215841. OLE color: 8215841.

HSL color Cylindrical-coordinate representation of color #215D7D: hue angle of 200.87º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #215D7D is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 93 125 -
CMYK 0.74 0.26 0 0.51
HSL 200.87º 0.58% 0.31% -
HSV(B) 200.87º 0.74% 0.49% -
XYZ 8.24 9.63 20.83 -
YUV 78.71 154.12 95.4 -
System Red Green Blue C M Y K H S L
Decimal 33 93 125 0.74 0.26 0 0.51 200.87 0.58 0.31
Hex 21 5D 7D 4A 1A 0 33 C9 3A 1F
Octal 41 135 175 112 32 0 63 311 72 37
Binary 100001 1011101 1111101 1001010 11010 0 110011 11001001 111010 11111

Color Harmonies of #215D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D7D

Black with #215D7D

Text Example


Text Example

White with #215D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,93,125); }

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

background-color css

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

 a { background-color: rgb(33,93,125); }

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

border-color css

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

 span { border-color: rgb(33,93,125); }

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