Html Css Color HEX #065EBE Denim

📋 copy color: '#065EBE'

red 6 ◦ green 94 ◦ blue 190

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

Shades of Denim #065EBE

Tints of Denim #065EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.52%

R = 2.07%
G = 32.41%
B = 65.52%

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

#065EBE (or 0x065EBE) is known color: Denim. HEX triplet: 06, 5E and BE. RGB value is (6,94,190). Sum of RGB (Red+Green+Blue) = 6+94+190=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #065EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065EBE is #F9A141. Grayscale: #4E4E4E. Windows color (decimal): -16359746 or 12475910. OLE color: 12475910.

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

Color convert

RGB 6 94 190 -
CMYK 0.97 0.51 0 0.25
HSL 211.3º 0.94% 0.38% -
HSV(B) 211.3º 0.97% 0.75% -
XYZ 13.37 11.76 50.28 -
YUV 78.63 190.85 76.19 -
System Red Green Blue C M Y K H S L
Decimal 6 94 190 0.97 0.51 0 0.25 211.3 0.94 0.38
Hex 6 5E BE 61 33 0 19 D3 5E 26
Octal 6 136 276 141 63 0 31 323 136 46
Binary 110 1011110 10111110 1100001 110011 0 11001 11010011 1011110 100110

Color Harmonies of #065EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065EBE

Black with #065EBE

Text Example


Text Example

White with #065EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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