Html Css Color HEX #215CAF Denim

📋 copy color: '#215CAF'

red 33 ◦ green 92 ◦ blue 175

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

Shades of Denim #215CAF

Tints of Denim #215CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.67%

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

R = 11%
G = 30.67%
B = 58.33%

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

#215CAF (or 0x215CAF) is known color: Denim. HEX triplet: 21, 5C and AF. RGB value is (33,92,175). Sum of RGB (Red+Green+Blue) = 33+92+175=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #215CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215CAF is #DEA350. Grayscale: #535353. Windows color (decimal): -14590801 or 11492385. OLE color: 11492385.

HSL color Cylindrical-coordinate representation of color #215CAF: hue angle of 215.07º 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 #215CAF is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 92 175 -
CMYK 0.81 0.47 0 0.31
HSL 215.07º 0.68% 0.41% -
HSV(B) 215.07º 0.81% 0.69% -
XYZ 12.19 11.07 42.05 -
YUV 83.82 179.45 91.75 -
System Red Green Blue C M Y K H S L
Decimal 33 92 175 0.81 0.47 0 0.31 215.07 0.68 0.41
Hex 21 5C AF 51 2F 0 1F D7 44 29
Octal 41 134 257 121 57 0 37 327 104 51
Binary 100001 1011100 10101111 1010001 101111 0 11111 11010111 1000100 101001

Color Harmonies of #215CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215CAF

Black with #215CAF

Text Example


Text Example

White with #215CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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