Html Css Color HEX #215FAC Denim

📋 copy color: '#215FAC'

red 33 ◦ green 95 ◦ blue 172

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

Shades of Denim #215FAC

Tints of Denim #215FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.67%

 BLUE value IS 172 (67.58% from 255) = 57.33%

R = 11%
G = 31.67%
B = 57.33%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#215FAC (or 0x215FAC) is known color: Denim. HEX triplet: 21, 5F and AC. RGB value is (33,95,172). Sum of RGB (Red+Green+Blue) = 33+95+172=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #215FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215FAC is #DEA053. Grayscale: #545454. Windows color (decimal): -14590036 or 11296545. OLE color: 11296545.

HSL color Cylindrical-coordinate representation of color #215FAC: hue angle of 213.24º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #215FAC is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 95 172 -
CMYK 0.81 0.45 0 0.33
HSL 213.24º 0.68% 0.4% -
HSV(B) 213.24º 0.81% 0.67% -
XYZ 12.17 11.49 40.61 -
YUV 85.24 176.96 90.74 -
System Red Green Blue C M Y K H S L
Decimal 33 95 172 0.81 0.45 0 0.33 213.24 0.68 0.4
Hex 21 5F AC 51 2D 0 21 D5 44 28
Octal 41 137 254 121 55 0 41 325 104 50
Binary 100001 1011111 10101100 1010001 101101 0 100001 11010101 1000100 101000

Color Harmonies of #215FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215FAC

Black with #215FAC

Text Example


Text Example

White with #215FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,95,172); }

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

background-color css

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

 a { background-color: rgb(33,95,172); }

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

border-color css

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

 span { border-color: rgb(33,95,172); }

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