Html Css Color HEX #065DBB Denim

📋 copy color: '#065DBB'

red 6 ◦ green 93 ◦ blue 187

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

Shades of Denim #065DBB

Tints of Denim #065DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 65.38%

R = 2.1%
G = 32.52%
B = 65.38%

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

#065DBB (or 0x065DBB) is known color: Denim. HEX triplet: 06, 5D and BB. RGB value is (6,93,187). Sum of RGB (Red+Green+Blue) = 6+93+187=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #065DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DBB is #F9A244. Grayscale: #4D4D4D. Windows color (decimal): -16360005 or 12279046. OLE color: 12279046.

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

Color convert

RGB 6 93 187 -
CMYK 0.97 0.50 0 0.27
HSL 211.16º 0.94% 0.38% -
HSV(B) 211.16º 0.97% 0.73% -
XYZ 12.96 11.46 48.54 -
YUV 77.7 189.68 76.86 -
System Red Green Blue C M Y K H S L
Decimal 6 93 187 0.97 0.50 0 0.27 211.16 0.94 0.38
Hex 6 5D BB 61 32 0 1B D3 5E 26
Octal 6 135 273 141 62 0 33 323 136 46
Binary 110 1011101 10111011 1100001 110010 0 11011 11010011 1011110 100110

Color Harmonies of #065DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DBB

Black with #065DBB

Text Example


Text Example

White with #065DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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