Html Css Color HEX #065DB9 Denim

📋 copy color: '#065DB9'

red 6 ◦ green 93 ◦ blue 185

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

Shades of Denim #065DB9

Tints of Denim #065DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 65.14%

R = 2.11%
G = 32.75%
B = 65.14%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#065DB9 (or 0x065DB9) is known color: Denim. HEX triplet: 06, 5D and B9. RGB value is (6,93,185). Sum of RGB (Red+Green+Blue) = 6+93+185=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 185 (72.66% from 255 or 65.14% from 284); Max value from RGB is 185 - color contains mainly: blue. Hex color #065DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DB9 is #F9A246. Grayscale: #4D4D4D. Windows color (decimal): -16360007 or 12147974. OLE color: 12147974.

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

Color convert

RGB 6 93 185 -
CMYK 0.97 0.50 0 0.27
HSL 210.84º 0.94% 0.37% -
HSV(B) 210.84º 0.97% 0.73% -
XYZ 12.75 11.37 47.42 -
YUV 77.48 188.68 77.02 -
System Red Green Blue C M Y K H S L
Decimal 6 93 185 0.97 0.50 0 0.27 210.84 0.94 0.37
Hex 6 5D B9 61 32 0 1B D3 5E 25
Octal 6 135 271 141 62 0 33 323 136 45
Binary 110 1011101 10111001 1100001 110010 0 11011 11010011 1011110 100101

Color Harmonies of #065DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DB9

Black with #065DB9

Text Example


Text Example

White with #065DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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