Html Css Color HEX #065DBA Denim

📋 copy color: '#065DBA'

red 6 ◦ green 93 ◦ blue 186

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

Shades of Denim #065DBA

Tints of Denim #065DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.63%

 BLUE value IS 186 (73.05% from 255) = 65.26%

R = 2.11%
G = 32.63%
B = 65.26%

CMYK

 C value IS 0.97

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#065DBA (or 0x065DBA) is known color: Denim. HEX triplet: 06, 5D and BA. RGB value is (6,93,186). Sum of RGB (Red+Green+Blue) = 6+93+186=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #065DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DBA is #F9A245. Grayscale: #4D4D4D. Windows color (decimal): -16360006 or 12213510. OLE color: 12213510.

HSL color Cylindrical-coordinate representation of color #065DBA: hue angle of 211º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065DBA is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 93 186 -
CMYK 0.97 0.5 0 0.27
HSL 211º 0.94% 0.38% -
HSV(B) 211º 0.97% 0.73% -
XYZ 12.85 11.41 47.98 -
YUV 77.59 189.18 76.94 -
System Red Green Blue C M Y K H S L
Decimal 6 93 186 0.97 0.5 0 0.27 211 0.94 0.38
Hex 6 5D BA 61 32 0 1B D3 5E 26
Octal 6 135 272 141 62 0 33 323 136 46
Binary 110 1011101 10111010 1100001 110010 0 11011 11010011 1011110 100110

Color Harmonies of #065DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DBA

Black with #065DBA

Text Example


Text Example

White with #065DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,93,186); }

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

background-color css

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

 a { background-color: rgb(6,93,186); }

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

border-color css

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

 span { border-color: rgb(6,93,186); }

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