Html Css Color HEX #065BAE Denim

📋 copy color: '#065BAE'

red 6 ◦ green 91 ◦ blue 174

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

Shades of Denim #065BAE

Tints of Denim #065BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.58%

 BLUE value IS 174 (68.36% from 255) = 64.21%

R = 2.21%
G = 33.58%
B = 64.21%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#065BAE (or 0x065BAE) is known color: Denim. HEX triplet: 06, 5B and AE. RGB value is (6,91,174). Sum of RGB (Red+Green+Blue) = 6+91+174=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #065BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065BAE is #F9A451. Grayscale: #4A4A4A. Windows color (decimal): -16360530 or 11426566. OLE color: 11426566.

HSL color Cylindrical-coordinate representation of color #065BAE: hue angle of 209.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065BAE is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 91 174 -
CMYK 0.97 0.48 0 0.32
HSL 209.64º 0.93% 0.35% -
HSV(B) 209.64º 0.97% 0.68% -
XYZ 11.46 10.58 41.48 -
YUV 75.05 183.84 78.75 -
System Red Green Blue C M Y K H S L
Decimal 6 91 174 0.97 0.48 0 0.32 209.64 0.93 0.35
Hex 6 5B AE 61 30 0 20 D2 5D 23
Octal 6 133 256 141 60 0 40 322 135 43
Binary 110 1011011 10101110 1100001 110000 0 100000 11010010 1011101 100011

Color Harmonies of #065BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BAE

Black with #065BAE

Text Example


Text Example

White with #065BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065BAE; }

 p { color: rgb(6,91,174); }

 H1.HeaderClassName
 {
   color: #065BAE;
 }
 .AnyTagClassName
 {
   color: #065BAE;
 }
</style>

background-color css

<style>
 a { background-color: #065BAE; }

 a { background-color: rgb(6,91,174); }

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

border-color css

<style>
 span { border-color: #065BAE; }

 span { border-color: rgb(6,91,174); }

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