Html Css Color HEX #2063AF Denim

📋 copy color: '#2063AF'

red 32 ◦ green 99 ◦ blue 175

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

Shades of Denim #2063AF

Tints of Denim #2063AF

RGB

 RED value IS 32 (12.89% from 255) = 10.46%

 GREEN value IS 99 (39.06% from 255) = 32.35%

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

R = 10.46%
G = 32.35%
B = 57.19%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2063AF (or 0x2063AF) is known color: Denim. HEX triplet: 20, 63 and AF. RGB value is (32,99,175). Sum of RGB (Red+Green+Blue) = 32+99+175=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #2063AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2063AF is #DF9C50. Grayscale: #575757. Windows color (decimal): -14654545 or 11494176. OLE color: 11494176.

HSL color Cylindrical-coordinate representation of color #2063AF: hue angle of 211.89º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2063AF is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 99 175 -
CMYK 0.82 0.43 0 0.31
HSL 211.89º 0.69% 0.41% -
HSV(B) 211.89º 0.82% 0.69% -
XYZ 12.8 12.33 42.26 -
YUV 87.63 177.3 88.32 -
System Red Green Blue C M Y K H S L
Decimal 32 99 175 0.82 0.43 0 0.31 211.89 0.69 0.41
Hex 20 63 AF 52 2B 0 1F D4 45 29
Octal 40 143 257 122 53 0 37 324 105 51
Binary 100000 1100011 10101111 1010010 101011 0 11111 11010100 1000101 101001

Color Harmonies of #2063AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2063AF

Black with #2063AF

Text Example


Text Example

White with #2063AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2063AF; }

 p { color: rgb(32,99,175); }

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

background-color css

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

 a { background-color: rgb(32,99,175); }

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

border-color css

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

 span { border-color: rgb(32,99,175); }

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