Html Css Color HEX #064ACB Denim

📋 copy color: '#064ACB'

red 6 ◦ green 74 ◦ blue 203

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

Shades of Denim #064ACB

Tints of Denim #064ACB

RGB

 RED value IS 6 (2.73% from 255) = 2.12%

 GREEN value IS 74 (29.3% from 255) = 26.15%

 BLUE value IS 203 (79.69% from 255) = 71.73%

R = 2.12%
G = 26.15%
B = 71.73%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#064ACB (or 0x064ACB) is known color: Denim. HEX triplet: 06, 4A and CB. RGB value is (6,74,203). Sum of RGB (Red+Green+Blue) = 6+74+203=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #064ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064ACB is #F9B534. Grayscale: #434343. Windows color (decimal): -16364853 or 13322758. OLE color: 13322758.

HSL color Cylindrical-coordinate representation of color #064ACB: hue angle of 219.29º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064ACB is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 74 203 -
CMYK 0.97 0.64 0 0.20
HSL 219.29º 0.94% 0.41% -
HSV(B) 219.29º 0.97% 0.8% -
XYZ 13.3 9.25 57.58 -
YUV 68.37 203.97 83.51 -
System Red Green Blue C M Y K H S L
Decimal 6 74 203 0.97 0.64 0 0.20 219.29 0.94 0.41
Hex 6 4A CB 61 40 0 14 DB 5E 29
Octal 6 112 313 141 100 0 24 333 136 51
Binary 110 1001010 11001011 1100001 1000000 0 10100 11011011 1011110 101001

Color Harmonies of #064ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064ACB

Black with #064ACB

Text Example


Text Example

White with #064ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064ACB; }

 p { color: rgb(6,74,203); }

 H1.HeaderClassName
 {
   color: #064ACB;
 }
 .AnyTagClassName
 {
   color: #064ACB;
 }
</style>

background-color css

<style>
 a { background-color: #064ACB; }

 a { background-color: rgb(6,74,203); }

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

border-color css

<style>
 span { border-color: #064ACB; }

 span { border-color: rgb(6,74,203); }

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