Html Css Color HEX #065ABF Denim

📋 copy color: '#065ABF'

red 6 ◦ green 90 ◦ blue 191

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

Shades of Denim #065ABF

Tints of Denim #065ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.36%

 BLUE value IS 191 (75% from 255) = 66.55%

R = 2.09%
G = 31.36%
B = 66.55%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#065ABF (or 0x065ABF) is known color: Denim. HEX triplet: 06, 5A and BF. RGB value is (6,90,191). Sum of RGB (Red+Green+Blue) = 6+90+191=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #065ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065ABF is #F9A540. Grayscale: #4B4B4B. Windows color (decimal): -16360769 or 12540422. OLE color: 12540422.

HSL color Cylindrical-coordinate representation of color #065ABF: hue angle of 212.76º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065ABF is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 90 191 -
CMYK 0.97 0.53 0 0.25
HSL 212.76º 0.94% 0.39% -
HSV(B) 212.76º 0.97% 0.75% -
XYZ 13.14 11.11 50.74 -
YUV 76.4 192.67 77.79 -
System Red Green Blue C M Y K H S L
Decimal 6 90 191 0.97 0.53 0 0.25 212.76 0.94 0.39
Hex 6 5A BF 61 35 0 19 D5 5E 27
Octal 6 132 277 141 65 0 31 325 136 47
Binary 110 1011010 10111111 1100001 110101 0 11001 11010101 1011110 100111

Color Harmonies of #065ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065ABF

Black with #065ABF

Text Example


Text Example

White with #065ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,90,191); }

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

background-color css

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

 a { background-color: rgb(6,90,191); }

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

border-color css

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

 span { border-color: rgb(6,90,191); }

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