Html Css Color HEX #065DBF Denim

📋 copy color: '#065DBF'

red 6 ◦ green 93 ◦ blue 191

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

Shades of Denim #065DBF

Tints of Denim #065DBF

RGB

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

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

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

R = 2.07%
G = 32.07%
B = 65.86%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#065DBF (or 0x065DBF) is known color: Denim. HEX triplet: 06, 5D and BF. RGB value is (6,93,191). Sum of RGB (Red+Green+Blue) = 6+93+191=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #065DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DBF is #F9A240. Grayscale: #4D4D4D. Windows color (decimal): -16360001 or 12541190. OLE color: 12541190.

HSL color Cylindrical-coordinate representation of color #065DBF: hue angle of 211.78º 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 #065DBF is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 93 191 -
CMYK 0.97 0.51 0 0.25
HSL 211.78º 0.94% 0.39% -
HSV(B) 211.78º 0.97% 0.75% -
XYZ 13.39 11.63 50.83 -
YUV 78.16 191.68 76.53 -
System Red Green Blue C M Y K H S L
Decimal 6 93 191 0.97 0.51 0 0.25 211.78 0.94 0.39
Hex 6 5D BF 61 33 0 19 D4 5E 27
Octal 6 135 277 141 63 0 31 324 136 47
Binary 110 1011101 10111111 1100001 110011 0 11001 11010100 1011110 100111

Color Harmonies of #065DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DBF

Black with #065DBF

Text Example


Text Example

White with #065DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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