Html Css Color HEX #215DAF Denim

📋 copy color: '#215DAF'

red 33 ◦ green 93 ◦ blue 175

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

Shades of Denim #215DAF

Tints of Denim #215DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.14%

R = 10.96%
G = 30.9%
B = 58.14%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#215DAF (or 0x215DAF) is known color: Denim. HEX triplet: 21, 5D and AF. RGB value is (33,93,175). Sum of RGB (Red+Green+Blue) = 33+93+175=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #215DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215DAF is #DEA250. Grayscale: #545454. Windows color (decimal): -14590545 or 11492641. OLE color: 11492641.

HSL color Cylindrical-coordinate representation of color #215DAF: hue angle of 214.65º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #215DAF is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 93 175 -
CMYK 0.81 0.47 0 0.31
HSL 214.65º 0.68% 0.41% -
HSV(B) 214.65º 0.81% 0.69% -
XYZ 12.28 11.25 42.08 -
YUV 84.41 179.12 91.33 -
System Red Green Blue C M Y K H S L
Decimal 33 93 175 0.81 0.47 0 0.31 214.65 0.68 0.41
Hex 21 5D AF 51 2F 0 1F D7 44 29
Octal 41 135 257 121 57 0 37 327 104 51
Binary 100001 1011101 10101111 1010001 101111 0 11111 11010111 1000100 101001

Color Harmonies of #215DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DAF

Black with #215DAF

Text Example


Text Example

White with #215DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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