Html Css Color HEX #065EBD Denim

📋 copy color: '#065EBD'

red 6 ◦ green 94 ◦ blue 189

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

Shades of Denim #065EBD

Tints of Denim #065EBD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.53%

 BLUE value IS 189 (74.22% from 255) = 65.4%

R = 2.08%
G = 32.53%
B = 65.4%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#065EBD (or 0x065EBD) is known color: Denim. HEX triplet: 06, 5E and BD. RGB value is (6,94,189). Sum of RGB (Red+Green+Blue) = 6+94+189=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #065EBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065EBD is #F9A142. Grayscale: #4E4E4E. Windows color (decimal): -16359747 or 12410374. OLE color: 12410374.

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

Color convert

RGB 6 94 189 -
CMYK 0.97 0.50 0 0.26
HSL 211.15º 0.94% 0.38% -
HSV(B) 211.15º 0.97% 0.74% -
XYZ 13.26 11.72 49.71 -
YUV 78.52 190.35 76.28 -
System Red Green Blue C M Y K H S L
Decimal 6 94 189 0.97 0.50 0 0.26 211.15 0.94 0.38
Hex 6 5E BD 61 32 0 1A D3 5E 26
Octal 6 136 275 141 62 0 32 323 136 46
Binary 110 1011110 10111101 1100001 110010 0 11010 11010011 1011110 100110

Color Harmonies of #065EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065EBD

Black with #065EBD

Text Example


Text Example

White with #065EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,94,189); }

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

background-color css

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

 a { background-color: rgb(6,94,189); }

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

border-color css

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

 span { border-color: rgb(6,94,189); }

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