Html Css Color HEX #065FAB Denim

📋 copy color: '#065FAB'

red 6 ◦ green 95 ◦ blue 171

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

Shades of Denim #065FAB

Tints of Denim #065FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.87%

R = 2.21%
G = 34.93%
B = 62.87%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#065FAB (or 0x065FAB) is known color: Denim. HEX triplet: 06, 5F and AB. RGB value is (6,95,171). Sum of RGB (Red+Green+Blue) = 6+95+171=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #065FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065FAB is #F9A054. Grayscale: #4C4C4C. Windows color (decimal): -16359509 or 11230982. OLE color: 11230982.

HSL color Cylindrical-coordinate representation of color #065FAB: hue angle of 207.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065FAB is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 95 171 -
CMYK 0.96 0.44 0 0.33
HSL 207.64º 0.93% 0.35% -
HSV(B) 207.64º 0.96% 0.67% -
XYZ 11.52 11.16 40.08 -
YUV 77.05 181.01 77.32 -
System Red Green Blue C M Y K H S L
Decimal 6 95 171 0.96 0.44 0 0.33 207.64 0.93 0.35
Hex 6 5F AB 60 2C 0 21 D0 5D 23
Octal 6 137 253 140 54 0 41 320 135 43
Binary 110 1011111 10101011 1100000 101100 0 100001 11010000 1011101 100011

Color Harmonies of #065FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FAB

Black with #065FAB

Text Example


Text Example

White with #065FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,95,171); }

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

background-color css

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

 a { background-color: rgb(6,95,171); }

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

border-color css

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

 span { border-color: rgb(6,95,171); }

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